Fix the missing extensions and writable paths before moving to the installer form.
All required extensions must be available on the hosting server.
| Requirement | Status |
|---|---|
| PHP 8.2+ | OK |
| PDO | OK |
| PDO MySQL | OK |
| OpenSSL | OK |
| Mbstring | OK |
| Tokenizer | OK |
| JSON | OK |
| cURL | OK |
| Fileinfo | OK |
| BCMath | OK |
These paths must exist and be writable by PHP on your hosting server.
| Path | Status |
|---|---|
| .env | Writable |
| storage | Writable |
| storage/app | Writable |
| storage/framework | Writable |
| storage/logs | Writable |
| bootstrap/cache | Writable |
| public/uploads | Writable |