diff --git a/modules/Installer/Resources/views/install/steps/step2-db.blade.php b/modules/Installer/Resources/views/install/steps/step2-db.blade.php index 2287d108..8cd10249 100644 --- a/modules/Installer/Resources/views/install/steps/step2-db.blade.php +++ b/modules/Installer/Resources/views/install/steps/step2-db.blade.php @@ -45,7 +45,10 @@ Database Host
- {!! Form::input('text', 'db_host', 'localhost', ['class' => 'form-control']) !!} + {!! Form::text('db_host', null, [ + 'class' => 'form-control', + 'placeholder' => 'localhost', + ]) !!}