Is schedule still run when app in laravel is in maintenance mode?
So I put app in down:
php artisan down
and schedule in console/kernel.php
protected function schedule(Schedule $schedule)
{
$schedule->command('tbcpay:closeday')
->daily() // midnight
->sendOutputTo('storage/logs/TbcpayCloseDay.log');
}
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire