Answers

Question and Answer:

  Home  Laravel PHP Developer

⟩ Tell me how to enable maintenance mode in Laravel 5?

You can enable maintenance mode in Laravel 5, simply by executing below command.

//To enable maintenance mode

php artisan down

//To disable maintenance mode

php artisan up

 151 views

More Questions for you: