1
Welcome
2
Requirements
3
Environment
4
Database
5
Admin

Welcome to DashBasic1 Installation

@php $phpVersion = PHP_VERSION; $phpOk = version_compare($phpVersion, '8.2.0', '>='); @endphp @if (!$phpOk)
🔴
INCOMPATIBLE PHP VERSION

Your server is running PHP {{ $phpVersion }}, but DashBasic1 requires PHP 8.2 or higher for Laravel 12+.

Please contact your hosting provider and request a PHP upgrade to version 8.2 or later.

@else
✓
PHP Version Compatible

Your server is running PHP {{ $phpVersion }}, which is compatible with Laravel 12+.

@endif
â„šī¸
Installation Wizard

This wizard will guide you through the installation process. It will help you configure your application and set up your first admin account.

What's included:

  • ✓ System requirements check
  • ✓ Environment configuration
  • ✓ Database setup
  • ✓ Admin user creation
  • ✓ Installation verification

Estimated time: 5-10 minutes

Make sure you have your database credentials ready before proceeding.

@if (!$phpOk)

❌ Installation cannot proceed
Please upgrade PHP to version 8.2 or higher and try again.

@else Get Started → @endif
@php if (!function_exists('view')) { throw new Exception('View helper not available'); } @endphp