Kernel
extends Kernel
in package
Table of Contents
- $commands : array<string|int, mixed>
- The Artisan commands provided by your application.
- commands() : void
- Register the commands for the application.
- schedule() : void
- Define the application's command schedule.
Properties
$commands
The Artisan commands provided by your application.
protected
array<string|int, mixed>
$commands
= []
Methods
commands()
Register the commands for the application.
protected
commands() : void
Return values
void —schedule()
Define the application's command schedule.
protected
schedule(Schedule $schedule) : void
Parameters
- $schedule : Schedule