Closed finagin closed 8 months ago
\App\Console\Kernel::class
\Illuminate\Contracts\Console\Kernel::class
$kernel->bootstrap();
routes/console.php
DeferrableProvider
ScheduleServiceProvider
.gitattributes
Thank you. :)
\App\Console\Kernel::class
but if user create them\Illuminate\Contracts\Console\Kernel::class
resolve actual implementation.$kernel->bootstrap();
will collect events not only from the kernel, but also from the fileroutes/console.php
DeferrableProvider
toScheduleServiceProvider
for optimize resources. Read more.gitattributes
to exclude unnecessary files from the package delivery