Before run: Database backup নিন। `.env` ও uploaded files overwrite করবেন না।
@if(isset($result))
{{ $result['message'] }}
@foreach($result['steps'] as $step)
{{ $step['ok'] ? '✓' : '✗' }} {{ $step['label'] }}
{{ $step['command'] }}
@if(!empty($step['output']))
{{ $step['output'] }}@endif
@endforeach
@if($result['ok'])
Security: `.env`-এ APP_UPGRADE=false set করুন।
@endif
@else
CodeCanyon-style One-Click Upgrade — Terminal ছাড়া migrate/cache।
@if($migrationCheck)
- Pending migrations: {{ ($migrationCheck['ok'] ?? false) ? 'Up to date' : ($migrationCheck['message'] ?? 'Check needed') }}
@endif
- Steps: {{ count($steps) }} (clear → link → migrate → cache → optimize)
@endif