mardi 23 octobre 2018

Schedule multiple cron jobs in same time in laravel

I have two different cron jobs below.

    protected function schedule(Schedule $schedule)
    {
        $schedule->command('eventnotification:mail');
        $schedule->command('workflownotification:mail');
    }

How can i run both cron jobs by daily 6AM?



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire