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 |
What is algolia search?
What are laravel’s contracts?
What do you know about closures in laravel?
Explain api.php route.
What is a Laravel - Encryption ?
How can someone turn off csrf protection for a specific route?
Explain what is valet?
Who are Manually Authenticating Users in Laravel ?
What is backend framework?
What is Named Routes.
Is laravel an open source?
Do you know laravel service container?