Kernel
class Kernel extends Kernel
Properties
protected array | $commands | The Artisan commands provided by your application. |
Methods
void
schedule(Schedule $schedule)
Define the application's command schedule.
void
commands()
Register the commands for the application.
Details
at line 25
protected void
schedule(Schedule $schedule)
Define the application's command schedule.
at line 36
protected void
commands()
Register the commands for the application.