HomeLaravel

Laravel 5 Tutorial : Create Maintenance Page in Laravel 5.3

Laravel 5.3 tutorial for beginners : how to create simple maintenance page / maintenance mode view in laravel 5.3

Laravel 9 Tutorial - Create Registrasion Form with Validation PPDB App Part 3
Laravel 9 Tutorial : Login Form, MiddleWare, Level PPDB App #1-2
Laravel 5.7 Tutorial : How to Deploy Laravel 5* Projects on cPanel Shared Hosting??
Laravel 5.3 Tutorial - Working with Maintenance page using 503.blade.php in laravel 5.3, If we have an project using laravel, Some time we need to turn on and turn off maintenance page.

Php artisan Command in laravel 5.3 can handle this method, using turn on and turn off command, Please see all Laravel Command.

How to Turn on Maintenance page in Laravel?

Just grab you application path where laravel application installed and simply run below command.

php artisan down

After run that command, try to open your project using browser.

http://localhost:8080

By default installation laravel 5.3,  responses maintenance page stored on 503.blade.php in resources\views\errors\503.blade.php directory.

Create Maintenance Page in Laravel 5.3

<!DOCTYPE html>
<html>
    <head>
        <title>Be right back.</title>
        <link href="https://fonts.googleapis.com/css?family=Lato:100" rel="stylesheet" type="text/css">
        <style>
            html, body {
                height: 100%;
            }

            body {
                margin: 0;
                padding: 0;
                width: 100%;
                color: #B0BEC5;
                display: table;
                font-weight: 100;
                font-family: 'Lato', sans-serif;
            }

            .container {
                text-align: center;
                display: table-cell;
                vertical-align: middle;
            }

            .content {
                text-align: center;
                display: inline-block;
            }

            .title {
                font-size: 72px;
                margin-bottom: 40px;
            }
        </style>
    </head>
    <body>
        <div class="container">
            <div class="content">
                <div class="title">MAINTENANCE MODE.</div>
            </div>
        </div>
    </body>
</html>

How to Turn Off Maintenance Page

Just grab you application path where laravel application installed and simply run below command.

php artisan up

Maintenance Mode

In maintenance mode, a custom view will be displayed for all requests into your application. It’s a check is included in the default middleware stack for your application. If the application is in maintenance mode, an HttpException will be thrown with a status code of 503.

Video Tutorial Create Maintenance Page



See you next lessons ..

Feel free to code it up and send us a pull request.

Hi everyone, let's me know how much this lesson can help your work. Please Subscribe and Follow Our Social Media 'kodeajaib[dot]com' to get Latest tutorials and will be send to your email everyday for free!, Just hit a comment if you have confused. Nice to meet you and Happy coding :) all ^^



Follow by E-Mail


COMMENTS

DISQUS
Name

ADO.NET,3,Ajax,6,Android,9,AngularJS,4,ASP.NET,4,Blogger Tutorials,7,Bootstrap,7,C++,1,Codeigniter,2,Cplusplus,6,Crystal Report,6,CSharp,25,Ebook Java,2,FlyExam,1,FSharp,3,Game Development,2,Java,35,JDBC,2,Laravel,89,Lumen,2,MariaDB,2,Ms Access,3,MySQL,31,ODBC,6,OleDB,1,PHP,14,PHP Framework,6,PHP MYSQLI,9,PHP OOP,5,Python,8,Python 3,4,SQL Server,4,SQLite,4,Uncategorized,5,Vb 6,2,Vb.Net,89,Video,48,Vue Js,4,WPF,2,Yii,3,
ltr
item
KODE AJAIB: Laravel 5 Tutorial : Create Maintenance Page in Laravel 5.3
Laravel 5 Tutorial : Create Maintenance Page in Laravel 5.3
Laravel 5.3 tutorial for beginners : how to create simple maintenance page / maintenance mode view in laravel 5.3
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGaHwrT-rYEaKtau1NbttDM2blwXjOnMGwDCHfDF4zn2uvOd94vANmztWjqXCPaA1qfOwLwO3i5V2uNLuJRzDzI_zi2aeA3rDo5G15Yv2z9qE9r7JsqX-c2Hc4doxmft8pxHpP-NcXrFc/s320/laravel-maintenance-pagel-laravel-5-3.png
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGaHwrT-rYEaKtau1NbttDM2blwXjOnMGwDCHfDF4zn2uvOd94vANmztWjqXCPaA1qfOwLwO3i5V2uNLuJRzDzI_zi2aeA3rDo5G15Yv2z9qE9r7JsqX-c2Hc4doxmft8pxHpP-NcXrFc/s72-c/laravel-maintenance-pagel-laravel-5-3.png
KODE AJAIB
https://scqq.blogspot.com/2016/10/laravel-5-create-maintenance-page.html
https://scqq.blogspot.com/
https://scqq.blogspot.com/
https://scqq.blogspot.com/2016/10/laravel-5-create-maintenance-page.html
true
3214704946184383982
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS CONTENT IS PREMIUM Please share to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy