Documentation

Kernel extends Kernel

Table of Contents

$commands  : array<string|int, mixed>
The Artisan commands provided by your application.
schedule()  : void
Define the application's command schedule.

Properties

$commands

The Artisan commands provided by your application.

protected array<string|int, mixed> $commands = [AppConsoleCommandsSeniorPlaces::class, AppConsoleCommandsBingNewsSearch::class, AppConsoleCommandsGoLocalCrawler::class]

Methods

schedule()

Define the application's command schedule.

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

Search results