- - @if (is_array(session('message'))) - {{ session('message')['message'] }} - @else - {{ session('message') }} - @endif - -
- @endif @if (session()->has('errors'))diff --git a/beike/Installer/Views/environment-wizard.blade.php b/beike/Installer/Views/environment-wizard.blade.php index a94135ca..908b41b9 100644 --- a/beike/Installer/Views/environment-wizard.blade.php +++ b/beike/Installer/Views/environment-wizard.blade.php @@ -50,7 +50,7 @@ {{ trans($entry_key . 'db_host_label') }} + value="{{ old('database_hostname', '127.0.0.1') }}" required placeholder="{{ trans($entry_key . 'db_host_placeholder') }}"> {{ $errors->has('database_hostname') ? $errors->first('database_hostname') : __('common.error_required', ['name' => trans($entry_key . 'db_host_label')]) }} diff --git a/beike/Installer/Views/layouts/master.blade.php b/beike/Installer/Views/layouts/master.blade.php index e0f5651f..dff300de 100644 --- a/beike/Installer/Views/layouts/master.blade.php +++ b/beike/Installer/Views/layouts/master.blade.php @@ -71,17 +71,6 @@
- - @if (is_array(session('message'))) - {{ session('message')['message'] }} - @else - {{ session('message') }} - @endif - -
- @endif @if (session()->has('errors'))