M
MesRelevés
Assistant d'installation
@php $version = trim(@file_get_contents(base_path('VERSION')) ?: ''); @endphp
@if($version)
·
v{{ $version }}
@endif
{{-- Indicateur d'étapes --}}
@php
$wizardSteps = ['Prérequis', 'Base de données', 'Application', 'Administrateur', 'Installation'];
$currentStep = $currentStep ?? 1;
@endphp