Installation Requirements

Please ensure the following PHP requirements are met before installing.

@if($errors->any())
{{ $errors->first() }}
@endif @foreach($checks as $c) @endforeach
Requirement Status
{{ $c['name'] }} {{ $c['ok'] ? 'OK' : 'Missing' }}
Re-check @if($allOk) Proceed @else Proceed @endif
Required for PDFs and Excel exports: GD, Mbstring, Zip.