Kernel
interface Kernel (View source)
Methods
Bootstrap the application for artisan commands.
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.
Details
void
bootstrap()
Bootstrap the application for artisan commands.
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.
Laravel Cloud is the best place to deploy Laravel, Nuxt, Express, Hono, Node.js, Bun, Go, Flask, Python, and more, with dedicated infrastructure available on AWS through Laravel Private Cloud.