How to enable or disable maintaince mode in laravel.
Answer / Jay Vardhan Hemant
To enable maintenance mode in Laravel, add the following line to your `.env` file: `APP_DOWNTIME=true`. To disable it, change `APP_DOWNTIME=true` to `APP_DOWNTIME=false`. This will show a custom maintaince page when visiting the website.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is csrf protection?
Can I use react with laravel?
What are all the different Route Parameters ?
What are policies classes?
How to create migrations in laravel? Explain step by steps.
How install react js in laravel?
What is api php in laravel?
What is csrf protection in laravel?
Can you update homestead?
What are the differences between laravel and codeigniter?
What is meant by Retrieving Input ?
What is an observer in laravel?