ClosureCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int

ResetCommand::error()

void error(string $string, null|int|string $verbosity = null) Write a string as error output. Parameters string $string null|int|string $verbosity Return Value void

Notification::swap()

static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void

ConnectionResolver::getDefaultConnection()

string getDefaultConnection() Get the default connection name. Return Value string

ConfigClearCommand::askWithCompletion()

string askWithCompletion(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string

EventMakeCommand::setLaravel()

void setLaravel(Application $laravel) Set the Laravel application instance. Parameters Application $laravel Return Value void

Gate::after()

$this after(callable $callback) Register a callback to run after all Gate checks. Parameters callable $callback Return Value $this

Connection::setReadPdo()

$this setReadPdo(PDO|null $pdo) Set the PDO connection used for reading. Parameters PDO|null $pdo Return Value $this

CanResetPassword

CanResetPassword interface CanResetPassword (View source) Methods string getEmailForPasswordReset() Get the e-mail address where password reset links are sent. void sendPasswordResetNotification(string $token) Send the password reset notification.

CacheTableCommand::secret()

string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string