{!!Form::vertical_open() ->id('install-db') ->method('POST') ->files('true') ->action('')!!}

Lavalite Installation Wizard

Below you should enter your database connection details.
{!!Form::text('database')->required()->raw()!!}
{!!Form::text('user')->required()->raw()!!}
{!!Form::text('password')->required()->raw()!!}
{!!Form::text('host')->value('127.0.0.1')->required()->raw()!!}
{!! Form::close() !!}