@extends('installer.layout') @section('content')

Database Configuration

Configure your database connection details. The installer can also create the database for you if it doesn't exist.

Usually localhost or 127.0.0.1

Default: 3306 for MySQL

The name of your database

The database user must have CREATE privilege

← Back
@endsection @section('scripts') @endsection