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

Database Setup

Connect your MySQL database.

Create the database and database user in cPanel first, then enter those details here. Your password is never shown again after submission.

@csrf @include('installer.partials.database-fields')
Back
@endsection