Home >> Laravel 8.X >> What is the Maintenance Mode in Laravel 8.X

What is the Maintenance Mode in Laravel 8.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

Copyright ©2022 coderraj.com. All Rights Reserved.