SafiDrive needs the following to run reliably. Resolve anything marked in red, then refresh.
⚠ Security risk — your host is serving application internals.
The browser was able to download /core/.env, which means your server is
not honouring .htaccess. Your application key and (after setup)
your database password are publicly readable. Do not continue until this is
fixed: on Apache enable AllowOverride All; on nginx add a rule denying
/core (see the deploy guide). Then re-check.
PHP 8.4.19 (needs 8.2.0+)OK
ext-pdoOK
ext-mbstringOK
ext-opensslOK
ext-tokenizerOK
ext-xmlOK
ext-domOK
ext-ctypeOK
ext-jsonOK
ext-intlOK
ext-fileinfoOK
ext-zipOK
ext-gdMissing
pdo_sqlite or pdo_mysqlOK
ext-curl — SMS / outbound HTTP (optional — has a fallback)OK
ext-exif — image orientation on uploadsOK
ext-simplexml — Excel (.xlsx) exportOK
ext-xmlreader — Excel (.xlsx) exportOptional
ext-xmlwriter — Excel (.xlsx) exportOptional
storage/Writable
storage/app/Writable
bootstrap/cache/Writable
.envWritable
Some required items aren't met yet. Fix those (in red) and refresh — anything marked Optional is safe to skip.