bool denies(string $ability, array|mixed $arguments = array()) Determine if the given ability should be denied for the current user. Parameters string $ability array|mixed $arguments Return Value bool
void assertSessionHas(string|array $key, mixed $value = null) Assert that the session has a given value. Parameters string|array $key mixed $value Return Value void
static void saved(Closure|string $callback, int $priority) Register a saved model event with the dispatcher. Parameters Closure|string $callback int $priority Return Value void
static Dispatcher getEventDispatcher() Get the event dispatcher instance. Return Value Dispatcher
void popLoop() Pop a loop from the top of the loop stack. Return Value void
void setLaravel(Application $laravel) Set the Laravel application instance. Parameters Application $laravel Return Value void
abstract string getPageLinkWrapper(string $url, int $page, string $rel = null) Get HTML wrapper for a page link. Parameters string $url int $page string $rel Return Value string
void match(array|string $methods, string $uri, Closure|array|string $action) Register a new route with the given verbs. Parameters array|string $methods string $uri Closure|array|string $action Return Value void
string compileCreate(Blueprint $blueprint, Fluent $command) Compile a create table command. Parameters Blueprint $blueprint Fluent $command Return Value string
Page 402 of 996