1. Please configure your PHP settings to match following requirements:
| PHP Settings | Current Version | Required Version | Status |
|---|---|---|---|
| PHP Version | 7.3.33 | 7.2 - 7.4.23 |
2. Please make sure the extensions/settings listed below are installed/enabled:
| Extension/settings | Current Settings | Required Settings | Status |
|---|---|---|---|
| MySQLi | On | On | |
| GD | On | On | |
| cURL | On | On | |
| allow_url_fopen | On | On | |
| OpenSSL PHP Extension | @if( OPENSSL_VERSION_NUMBER < 0x009080bf) @php $all_requirement_success = false; @endphp Off @else On @endif | On | @if( OPENSSL_VERSION_NUMBER < 0x009080bf) @else @endif |
| PDO PHP Extension | @if(PDO::getAvailableDrivers()) On @else @php $all_requirement_success = false; @endphp Off @endif | On | @if(PDO::getAvailableDrivers()) @else @endif |
| BCMath PHP Extension | @if(extension_loaded('bcmath')) On @else @php $all_requirement_success = false; @endphp Off @endif | On | @if(extension_loaded('bcmath')) @else @endif |
| Ctype PHP Extension | @if(extension_loaded('ctype')) On @else @php $all_requirement_success = false; @endphp Off @endif | On | @if(extension_loaded('ctype')) @else @endif |
| Fileinfo PHP Extension | @if(extension_loaded('fileinfo')) On @else @php $all_requirement_success = false; @endphp Off @endif | On | @if(extension_loaded('fileinfo')) @else @endif |
| Mbstring PHP Extension | @if(extension_loaded('mbstring')) On @else @php $all_requirement_success = false; @endphp Off @endif | On | @if(extension_loaded('mbstring')) @else @endif |
| Tokenizer PHP Extension | @if(extension_loaded('tokenizer')) On @else @php $all_requirement_success = false; @endphp Off @endif | On | @if(extension_loaded('tokenizer')) @else @endif |
| XML PHP Extension | @if(extension_loaded('xml')) On @else @php $all_requirement_success = false; @endphp Off @endif | On | @if(extension_loaded('xml')) @else @endif |
| JSON PHP Extension | @if(extension_loaded('json')) On @else @php $all_requirement_success = false; @endphp Off @endif | On | @if(extension_loaded('json')) @else @endif |
| date.timezone | America/Bahia | Timezone |
3. Please make sure you have set the writable permission on the following folders/files:
| ./routes | |
| ./resources | |
| ./public | |
| ./storage | |
| .env |