Fix supporting of "artisan down" command. Closes #2458

This commit is contained in:
James Brooks
2017-05-07 11:38:31 +01:00
parent 5510ad2f7b
commit 75391b7053
9 changed files with 135 additions and 2 deletions
@@ -0,0 +1,12 @@
@extends('layout.master')
@section('content')
<div class="panel panel-info">
<div class="panel-heading">
<strong>Under Maintenance</strong>
</div>
<div class="panel-body">
<p>We're currently under maintnenance, come back shortly.</p>
</div>
</div>
@stop
+4
View File
@@ -3,3 +3,7 @@
@section('content')
@modules
@stop
@section('bottom-content')
@include('partials.footer')
@stop
+1 -1
View File
@@ -76,6 +76,6 @@
@yield('content')
</div>
@include('partials.footer')
@yield('bottom-content')
</body>
</html>
+4
View File
@@ -45,3 +45,7 @@
</div>
</div>
@stop
@section('bottom-content')
@include('partials.footer')
@stop
@@ -43,3 +43,7 @@
</div>
@endif
@stop
@section('bottom-content')
@include('partials.footer')
@stop
@@ -33,3 +33,7 @@
</div>
</div>
@stop
@section('bottom-content')
@include('partials.footer')
@stop