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