@extends('installer.layout') @section('content')
Enter the SMR Softech license or purchase code first. The installation cannot continue until the license service returns a signed active response.
@if(($licenseStatus['status'] ?? '') === 'active')License active for {{ $licenseStatus['domain'] ?? request()->getHost() }}.
@endifDatabase credentials stay in the server environment and are never entered here. The installer validates the existing configuration, migrates the database and creates the first administrator.
Database connection: {{ $database['driver'] }} {{ $database['version'] }}
@else{{ $databaseError }}
@endifAfter success, remove SMR_WEB_INSTALL_TOKEN from .env and rebuild the configuration cache.