@extends('layouts.install') @section('content') @include('install.steps', ['steps' => [ 'welcome' => 'selected done', 'requirements' => 'selected done', 'permissions' => 'selected done', 'database' => 'selected' ]]) @include('partials.messages')
@csrf

Database Info


Database host. Usually you should enter localhost or mysql.
Your database username.
Database password for provided username.
Name of database where tables should be created.
Prefix to put in front of database table names. You can leave it blank if you want.
@stop