Server Requirements
Everything below must pass before you can continue.
PHP Extensions
PHP >= 8.2
✓ OK
BCMath Extension
✓ OK
Ctype Extension
✓ OK
cURL Extension
✓ OK
DOM Extension
✓ OK
Fileinfo Extension
✓ OK
JSON Extension
✓ OK
Mbstring Extension
✓ OK
OpenSSL Extension
✓ OK
PDO Extension
✓ OK
PDO MySQL Driver
✓ OK
Tokenizer Extension
✓ OK
XML Extension
✓ OK
GD Extension
✓ OK
Zip Extension
✓ OK
Folder Permissions
storage/
✓ Writable
storage/framework/
✓ Writable
storage/logs/
✓ Writable
bootstrap/cache/
✓ Writable
.env file
✓ Writable
Nginx Configuration
Your server is running Nginx.
Add this inside your site's server block (right after the root line),
then reload Nginx:
location / {
try_files $uri $uri/ /index.php?$query_string;
}
Also make sure your site's root points to:
/www/wwwroot/demo.apklyx.com/public
Continue →