@extends('layouts.installer') @section('content')
1
2
3
4
5

Database Configuration

Please enter your MySQL database connection credentials below. The installer will test the connection and create the database if it doesn't already exist.

@csrf @if($errors->has('error')) @endif
Back
@endsection