• Full name: \App\Application\Console\Kernel
  • Parent class: ConsoleKernel
  • This class is marked as final and can't be subclassed
  • This class is a Final class

Properties

commands

Add your custom console commands here.

protected (class-string<\Symfony\Component\Console\Command\SignalableCommandInterface>|callable)[] $commands

Methods

schedule

Place all your scheduled tasks here.

protected schedule(\Codefy\Framework\Scheduler\Schedule $schedule): void

Parameters:

Parameter Type Description
$schedule \Codefy\Framework\Scheduler\Schedule

Throws:


commands

Place all your commands here that need to be registered to your application.

protected commands(): void