Kernel
class Kernel extends Kernel
Methods
void
schedule(Schedule $schedule)
Define the application's command schedule.
void
commands()
Register the Closure based commands for the application.
Details
at line 19
protected void
schedule(Schedule $schedule)
Define the application's command schedule.
at line 55
protected void
commands()
Register the Closure based commands for the application.