@extends('themes.default1.installer.layout.installer') @section('license') done @stop @section('environment') done @stop @section('database') active @stop @section('content')
@if(Session::has('fails'))
{!! Lang::get('lang.fails') !!}! {{Session::get('fails')}}

@endif

Database Setup

Below you should enter your database connection details. If you’re not sure about these, contact your host.

{!! Form::open(['url'=> '/step4post']) !!}

Previous

@stop