@extends('system.installer.app') @section('title', 'Database Setup') @section('content')
@csrf

Site Config

Site Name
Site URL

Database Config

Enter the target database information

Database Type

Database Host
Database Port
Database Name
Database User
Database Password
Database Prefix

Set this if you're sharing the database with another application.

@endsection @section('scripts') @endsection