Dependency Setup
In compliance with Envato / CodeCanyon distribution requirements, PHP packages (Composer dependencies) must be dynamically downloaded on your server.
Server Environment Checks
- PHP Version >= 8.2.0 (8.2.32) Pass
- PDO Extension Pass
- Mbstring Extension Pass
- OpenSSL Extension Pass
- Tokenizer Extension Pass
- JSON Extension Pass
- cURL Extension Pass
- Fileinfo Extension Pass
- ZIP Extension Pass
Writable Directory Permissions
-
storage/framework Writable/home/dixbe/public_html/storage/framework
-
storage/logs Writable/home/dixbe/public_html/storage/logs
-
bootstrap/cache Writable/home/dixbe/public_html/bootstrap/cache
-
root directory (to create .env) Writable/home/dixbe/public_html
All server requirements and folder permissions are green! Click the button below to initiate automatic Composer package downloads.
Checking environment...
Dependencies Installed Successfully!
The vendor directory and `.env` file have been set up. You can now proceed to database migration and admin setup.
Composer Execution Failed or Disabled
The server was unable to execute the package installer automatically. This typically happens if `exec()` or `popen()` are disabled in `php.ini`, or if the server run-time doesn't have outbound web access.
How to fix manually:
- Access your server via SSH.
- Navigate to the project root directory.
- Run the following command:
composer install --no-dev --optimize-autoloader - Once completed, reload this page to access the setup wizard.