string getActionName() Get the action name for the route. Return Value string
void flush() Remove all items from the cache. Return Value void
void error(string $string) Write a string as error output. Parameters string $string Return Value void
Response authorize(string $ability, array|mixed $arguments = array()) Determine if the given ability should be granted for the current user. Parameters string $ability array|mixed $arguments Return Value Response Exceptions AuthorizationException
string getHasCompareKey() Get the key for comparing against the parent key in "has" query. Return Value string
static bool hasMacro(string $name) Checks if macro is registered. Parameters string $name Return Value bool
bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool
array getQueryLog() Get the connection query log. Return Value array
bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool
mixed rememberForever(string $key, Closure $callback) Get an item from the cache, or store the default value forever. Parameters string $key Closure $callback Return Value mixed
Page 973 of 996