Tell me how to enable maintenance mode in Laravel 5?

Submitted by: Muhammad
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
Submitted by: Muhammad

Read Online Laravel PHP Developer Job Interview Questions And Answers