@extends('install') @section('content')
3

Database Configuration

Configure your database connection settings. Make sure your database server is running.

Installation Progress Step 3 of 4
@if (session('success'))
{{ session('success') }}
@endif
@csrf
@error('db_connection')

{{ $message }}

@enderror
@error('db_host')

{{ $message }}

@enderror
@error('db_port')

{{ $message }}

@enderror
@error('db_name')

{{ $message }}

@enderror
@error('db_username')

{{ $message }}

@enderror
@error('db_password')

{{ $message }}

@enderror

Database Setup Tips

  • • Make sure your database server is running
  • • Create an empty database for ProSchedule
  • • Ensure the user has full privileges on the database
  • • For shared hosting, use the provided database credentials
Back
@endsection @section('script') @endsection