How set Cron job in a controller
Created 6 years ago by arunbabulavu

How set Cron job in a controller.

Please provide step by steps process.

huglester  —  6 years ago

Hello,

controller can only process something.

Cron is mean to run controller, which would run the code/script/etc.

ryanthompson  —  6 years ago

This is not how you would do things in a Laravel environment though. Try using the protected $scedule = []; property of any addon service provider. You can define schedules there: https://pyrocms.com/forum/channels/everything/laravel-scheduler#comment-1710