Step 2

Application & Database

Enter your hosting database details. The installer will test the connection and create all tables automatically.

@if ($errors->any())
Installation stopped. @if (session('artisan_output'))
{{ session('artisan_output') }}
@endif
@endif
@csrf
The installer uses file sessions and file cache during setup so it can run even before the database tables exist.
Back