Installation Requirements
Please ensure the following PHP requirements are met before installing.
@if($errors->any())
{{ $errors->first() }}
@endif
Requirement
Status
@foreach($checks as $c)
{{ $c['name'] }}
{{ $c['ok'] ? 'OK' : 'Missing' }}
@endforeach
Re-check
@if($allOk)
Proceed
@else
Proceed
@endif
Required for PDFs and Excel exports: GD, Mbstring, Zip.