Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • How to enable & disable maintenance mode in laravel 5

    • 0
    • 2
    • 2
    • 1
    • 0
    • 0
    • 0
    • 0
    • 6.26k
    Comment on it

    There are two ways to enable & disable maintenance mode in laravel 5.

    Whenever your website is in maintenance mode, laravel return a custom view that will be displayed for all requests. This makes it easy to "disable" your website or application while it is updating or when you are performing some maintenance.

    To enable maintenance mode in laravel 5, execute below artisan command in your command line.

    php artisan down

    To disable maintenance mode in laravel 5, execute below artisan command in your command line.

    php artisan up

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: