@extends('install.layout') @section('title', 'Database') @section('step2', 'active') @section('content')

Step 2 of 4

Connect your database.

SQLite is the simplest option — no setup required. For production we recommend MySQL or PostgreSQL with credentials prepared in advance.

@csrf @if ($errors->any())
{{ $errors->first() }}
@endif

SQLite uses database/database.sqlite on disk — no server required.

Back
@endsection