@extends('admin.install-layout') @section('title', 'Step 2 — Database') @php $step = 2; @endphp @section('install-content')

Database & App Configuration

Set up your database connection and application details

@csrf

Application Settings

@error('app_name')

{{ $message }}

@enderror
@error('app_url')

{{ $message }}

@enderror

Database Configuration

SQLite — No server needed. Just enter a database filename (e.g. database). The file will be created automatically inside database/.

@error('db_name')

{{ $message }}

@enderror
@endsection @section('install-scripts') @endsection