mercredi 18 janvier 2017

Run cron on last monday of the month - Laravel

I want to run a cron only on last Monday of the month using Laravel's Cron API. I have checked this:

http://ift.tt/2c2tfzi

I don't get any solution there.

At most I can:

$schedule->command(Commands\PerformerReminder::class)->monthly()->mondays();

But I think it will run the cron on each Monday of the month, not just on the last Monday.

If that is not possible using Laravel's cron API, them I'm fine with using regular cron options.

I think that will be like this:

$schedule->command(Commands\PerformerReminder::class)->cron('* * * * *);

I don't know what will be the value inside cron() function.

Any help would be appriciated.

Thanks,

Parth Vora



from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/2iOp79I
via IFTTT

Aucun commentaire:

Enregistrer un commentaire