class Kernel extendsKernel

Properties

protectedarray $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 line25
protectedvoid schedule(Schedule$schedule)

Define the application's command schedule.

Parameters

Schedule $schedule

Return Value

void

at line39
protectedvoid commands()

Register the Closure based commands for the application.

Return Value

void