interface Kernel (View source)
int | handle(InputInterface $input, OutputInterface|null $output = null) Handle an incoming console command. | |
int | call(string $command, array $parameters = [], OutputInterface|null $outputBuffer = null) Run an Artisan console command by name. | |
PendingDispatch | queue(string $command, array $parameters = []) Queue an Artisan console command by name. | |
array | all() Get all of the commands registered with the console. | |
string | output() Get the output for the last run command. | |
void | terminate(InputInterface $input, int $status) Terminate the application. |
Handle an incoming console command.
Run an Artisan console command by name.
Queue an Artisan console command by name.
Get all of the commands registered with the console.
Get the output for the last run command.
Terminate the application.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.8/Illuminate/Contracts/Console/Kernel.html