adspace


How to enable or disable maintaince mode in laravel.

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How much laravel experience do you have?

815


What is latest version of laravel?

869


What is current stable version of laravel?

870


Tell us have you used lumen before?

809


Do you know what version of laravel do you generally use?

839