Interviewer And Interviewee Guide

Laravel PHP Developer Interview Question:

Tell me how to enable maintenance mode in Laravel 5?

Submitted by: Muhammad
You can enable maintenance mode in Laravel 5, simply by executing below command.


//To enable maintenance mode
php artisan down
//To disable maintenance mode
php artisan up
Submitted by: Muhammad

Read Online Laravel PHP Developer Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.