Explain how to configure cron jobs in homestead?



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

Post New Answer

More Laravel PHP Framework Interview Questions

Difference between Authentication and Authorization ?

2 Answers  


Why middleware is used in laravel?

1 Answers  


What are the Features of Laravel ?

1 Answers  


What is reverse path multicasting?

1 Answers  


Which js framework is best with laravel?

1 Answers  


How do I make a particular task run everyday by 10pm?

1 Answers  


Explain the middlewares in laravel?

1 Answers  


How can we get data between two dates using query in laravel?

1 Answers  


Explain what is valet?

1 Answers  


What does orm stand for?

1 Answers  


What is name of first file that loaded in laravel?

1 Answers  


What is meant by Laravel - Encryption ?

2 Answers  


Categories