Welcome
Requirements
3
Environment
4
Database
5
Admin

Environment Configuration

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

Application Settings

The name of your application
e.g., http://localhost:8000 or https://yourdomain.com
Keep disabled in production

Database Configuration

Leave empty if no password
SQLite database will be created automatically
← Back