Documentation

Kernel extends Kernel
in package

Table of Contents

Properties

$commands  : array<string|int, mixed>
The Artisan commands provided by your application.

Methods

commands()  : void
Register the commands for the application.
schedule()  : void
Define the application's command schedule.

Properties

$commands

The Artisan commands provided by your application.

protected array<string|int, mixed> $commands = []

Methods

commands()

Register the commands for the application.

protected commands() : void

schedule()

Define the application's command schedule.

protected schedule(Schedule $schedule) : void
Parameters
$schedule : Schedule

        
On this page

Search results