Answer Posted / Rajendra Kumar Kaushal
To configure cron jobs in Homestead, you should add the following line to your `homestead.yaml` file: `cron: ""./artisan schedule:run"` Then, you can define your scheduled tasks in `app/Console/Kernel.php`.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers