How to enable/disable maintenance mode in Laravel 5?
To enable maintenance mode, we have to use this artisan command
php artisan down
To disable maintenance mode, we have to use this artisan command
php artisan up
To enable maintenance mode, we have to use this artisan command
php artisan down
To disable maintenance mode, we have to use this artisan command
php artisan up