void push(string $event, array $payload = array()) Register an event and payload to be fired later. Parameters string $event array $payload Return Value void
int|null id() Get the ID for the currently authenticated user. Return Value int|null
bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool
mixed __call(string $method, array $parameters) Dynamically call the default driver instance. Parameters string $method array $parameters Return Value mixed
void __construct() Create a new console command instance. Return Value void
void flush() Remove all items from the cache. Return Value void
void setExists(bool $value) Set the existence of the session on the handler if applicable. Parameters bool $value Return Value void
void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void
$this visitRoute(string $route, array $parameters = array()) Visit the given named route with a GET request. Parameters string $route array $parameters Return Value $this
mixed get(string $key, mixed $default = null) Get the specified configuration value. Parameters string $key mixed $default Return Value mixed
Page 239 of 996