Application Installer

{{ ($licenseOnly ?? false) ? 'Verify your purchase code to restore access.' : 'Complete the system checks, verify your license, configure the database, and finish setup.' }}

@if ($errors->any())
{{ $errors->first() }}
@endif @unless ($licenseOnly ?? false)
Requirements
License
Database
Finish
@endunless @if ($step === 0)
PHP version {{ $requirements['php_version'] }}
@foreach ($requirements['extensions'] as $extension)
{{ strtoupper($extension['name']) }} {{ $extension['loaded'] ? 'Loaded' : 'Missing' }}
@endforeach
Storage writable {{ $requirements['writable_storage'] ? 'Yes' : 'No' }}
Cache writable {{ $requirements['writable_bootstrap_cache'] ? 'Yes' : 'No' }}
@elseif ($step === 1)
@csrf

The code will be verified with support.renjotech.in and locked to this installation domain.

@if ($licenseOnly ?? false) @else Back @endif {{ __('Verify Purchase') }}
@elseif ($step === 2)
@csrf
Back {{ __('Setup Database') }}
@else

Installation complete

The application is now configured and the default accounts are ready.

Super Admin: superadmin@example.com / password

Admin: admin@example.com / password

Store Owner: owner@example.com / password

Delivery Driver: driver@example.com / password

Customer: customer@example.com / password

@endif