Home >> Laravel 5.x >> What is the Maintenance Mode in Laravel 5.x

What is the Maintenance Mode in Laravel 5.x

Laravel application is in maintenance mode by two types.

1)-Enable maintenance mode by artisan command

   php artisan down

2)-Disable maintenance mode by artisan command

   php artisan up

Post Your Comment

Next Questions
What is an artisan
What are databases supported
What is Routing
What is Middleware
What is Controllers

Copyright ©2022 coderraj.com. All Rights Reserved.