ChatSell OS - First Time Installer

Fill the information once. The installer writes .env, runs migrations and seeders, creates super admin, and starts the system automatically.

Environment Check

@foreach ($checks as $check)
{{ $check['label'] }} @if (! empty($check['details']))
{{ $check['details'] }}
@endif
{{ $check['ok'] ? 'OK' : 'Missing' }}
@endforeach

Install Configuration

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf

Database

Super Admin (same default as local)