Skip to content

Commit 0323cf1

Browse files
Resolved php artisan down error message
Please at least accept this change and pull to master because your below link this not working: https://laravel.com/docs/5.5/configuration#maintenance-mode php artisan down --message="Upgrading Database" --retry=60 Note: if you don't want my changes then please fix it by your own because your team do not accept changes from poor people like me.
1 parent aa36e20 commit 0323cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Foundation/Exceptions/views/503.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
@section('title', 'Service Unavailable')
44

5-
@section('message', 'Be right back.')
5+
@section('message', __($exception->getMessage() ?: 'Service Unavailable'))

0 commit comments

Comments
 (0)