Smart Link SaaS Installer

Server Requirements

PHP >= 8.1: {{ $requirements['php'] ? 'OK' : 'Missing' }}

@php $step = session('step', 'db'); @endphp @if($step === 'db')

Database Configuration

@csrf
@elseif($step === 'admin')

Admin Account

@csrf
@else

Finalize Installation

@csrf
@endif @if ($errors->any())
@endif