How to configure cron jobs in homestead?



How to configure cron jobs in homestead?..

Answer / Madhu Mayur

To configure cron jobs in Homestead, you need to modify the crontab file. You can do this by running vagrant ssh and then crontab -e. In the editor that opens, you can add your cron job.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Laravel PHP Framework Interview Questions

Explain loggin in laravel.

1 Answers  


Explain how can you write your own service provider in laravel?

1 Answers  


How do I make my application serve its content in different languages?

1 Answers  


Is laravel good for api?

1 Answers  


What is meant by Laravel - Validation ?

2 Answers  


How we can upload files in laravel? Explain

1 Answers  


How to do 301 redirects in laravel?

1 Answers  


How do you do dependency injection in laravel?

1 Answers  


What is service providers?

1 Answers  


Explain the directory structure of laravel 5.6.

1 Answers  


How do I use eloquent to get a list of comments with one author each avoiding n+1 queries?

1 Answers  


How to Deleting Session Data in Laravel ?

2 Answers  


Categories