db host placeholder

This commit is contained in:
Nabeel Shahzad
2018-02-25 15:02:50 -06:00
parent f20cfb53a6
commit 88e4c26b8f

View File

@@ -45,7 +45,10 @@
<td>Database Host</td>
<td style="text-align:center;">
<div class="form-group">
{!! Form::input('text', 'db_host', 'localhost', ['class' => 'form-control']) !!}
{!! Form::text('db_host', null, [
'class' => 'form-control',
'placeholder' => 'localhost',
]) !!}
</div>
</td>
</tr>