Explain how to configure cron jobs in homestead?
Answer / 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 |
Difference between Authentication and Authorization ?
Why middleware is used in laravel?
What are the Features of Laravel ?
What is reverse path multicasting?
Which js framework is best with laravel?
How do I make a particular task run everyday by 10pm?
Explain the middlewares in laravel?
How can we get data between two dates using query in laravel?
Explain what is valet?
What does orm stand for?
What is name of first file that loaded in laravel?
What is meant by Laravel - Encryption ?