Laravel PHP Developer Question:
Download Job Interview Questions and Answers PDF
Tell me how to enable maintenance mode in Laravel 5?
Answer:
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
//To enable maintenance mode
php artisan down
//To disable maintenance mode
php artisan up
Download Laravel PHP Developer Interview Questions And Answers
PDF
Previous Question | Next Question |
Tell us have you used Lumen before? | Do you know Laravel Eloquent? |