@extends('layouts.install') @section('content') @include('install.steps', ['steps' => [ 'welcome' => 'selected done', 'requirements' => 'selected done', 'permissions' => 'selected done', 'database' => 'selected' ]]) @include('partials.messages') {!! Form::open(['route' => 'install.installation']) !!}
Database Info
Host
Database host. Usually you should enter localhost or mysql.
Username
Your database username.
Password
Database password for provided username.
Database Name
Name of database where tables should be created.
Tables Prefix
Prefix to put in front of database table names. You can leave it blank if you want.
Next
{!! Form::close() !!} @stop