void push(string $key, mixed $value) Push a value onto a session array. Parameters string $key mixed $value Return Value void
static mixed unguarded(callable $callback) Run the given callable while being unguarded. Parameters callable $callback Return Value mixed
isStarted() {@inheritdoc}
void fire() Execute the console command. Return Value void
void info(string $string, null|int|string $verbosity = null) Write a string as information output. Parameters string $string null|int|string $verbosity Return Value void
Fluent char(string $column, int $length = 255) Create a new char column on the table. Parameters string $column int $length Return Value Fluent
string getEmailForPasswordReset() Get the e-mail address where password reset links are sent. Return Value string
void deleteToken(string $token) Delete the given password reset token. Parameters string $token Return Value void
array options() Get all of the options passed to the command. Return Value array
Fluent time(string $column) Create a new time column on the table. Parameters string $column Return Value Fluent
Page 100 of 996