Support the ongoing development of Laravel.io →
Configuration Queues Jobs

How can I check/solve my issue with scheduler.

Q: If I set multiple command as per below but it work only for first command. Other than first command not work as specified time.

protected function schedule(Schedule $schedule)
{
        $schedule->command('emails:say-morning')
                 ->dailyAt('08:00');

        $schedule->command('emails:say-evening')
                 ->dailyAt('17:00');

        $schedule->command('emails:happy-weekend')
                 ->weekly()->fridays()->at('19:00');
}

I made this based on https://laravel.com/docs/5.3/scheduling.

Is there any stuff that I remain to do here? Please help!

Last updated 2 years ago.
0

Hi friends. Still not resolved. Please help me.

0

Sign in to participate in this thread!

Eventy

Your banner here too?

saurabhd saurabhd Joined 25 Jan 2016

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.