From 88e4c26b8f3c9f8f27a8457c0902f19357b5e93a Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Sun, 25 Feb 2018 15:02:50 -0600 Subject: [PATCH] db host placeholder --- .../Resources/views/install/steps/step2-db.blade.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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', + ]) !!}