@extends('installer.layout') @section('title', 'Step 2: Database Configuration') @section('step_1_class', 'completed') @section('step_2_class', 'active') @section('content')

Database Configuration

Enter your MySQL database details. The installer will test the connection, update .env, and auto-initialize all tables.

@csrf
Make sure the database is already created in your hosting panel / phpMyAdmin.
Your website primary URL (including https://)
@endsection