How to Use Maintenance Mode with composer in Laravel

What Will I Learn?

  • You will learn run serve with composer
  • You will learn run down server with composer
  • You will learn run up server with composer

Requirements

  • xampp (support PHP 5.6.4)
  • laravel 5.3
  • composer

Difficulty

  • Basic

Tutorial How to Use Maintenance Mode with composer

  1. Open Command prompt and then enter into the xampp / htdocs / laravelfolder
    laravel.JPG

  2. run server xampp with composer using command php artisan serve
    save.JPG

  3. Open your browser and then type at address bar localhost:8000 and here the look server after running
    laravel 1.JPG

  4. Now we try maintenance mode because server have running. open other command prompt and type command php artisan down
    save2.JPG

  5. Open your browser and then type at address bar localhost:8000 and here the look server after Maintenence
    image

  6. Now we try exit from maintenance mode. open other command prompt and type command php artisan up
    image

  7. Open your browser and then type at address bar localhost:8000 and here the look server after Live
    image

Curriculum

This is the first tutorial i'm contributing using laravel with composer.



Posted on Utopian.io - Rewarding Open Source Contributors

H2
H3
H4
3 columns
2 columns
1 column
Join the conversation now
Logo
Center