@extends('install.layout') @section('title', 'Database') @section('step-name', 'Database') @section('content')
Step 3 of 8

Database connection.

Point WaDesk at an empty MySQL database. We'll verify the connection before saving.

@if ($errors->any())
{{ $errors->first() }}
@endif
@csrf {{-- Driver badge — MySQL is the only supported driver. --}}
Database driver
MySQL
{{-- Hidden mirrors so the standard form POST carries everything --}} {{-- Test connection --}}
Back
@push('scripts') @endpush @endsection