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 Closure based commands for the application.
Details
at line 26
protected void
schedule(Schedule $schedule)
Define the application's command schedule.
at line 37
protected void
commands()
Register the Closure based commands for the application.