Why the php artisan: schedule run command does not execute the artisan commands?
问题 I run the php artisan : schedule run command and it shows the messages saying that the commands are running. However, nothing happens (the events the commands trigger), it did not work, what can it be? Kernel.php <?php namespace App\Console; use App\Console\Commands\CheckPayments; use App\Console\Commands\CheckSubscriptions; use App\Console\Commands\DeleteOperationalLogs; use App\Console\Commands\GenerateInvoices; use Illuminate\Console\Scheduling\Schedule; use Illuminate\Foundation\Console