Help Center
Getting Started
Zonix AI
Zonix AI — Documentation
Requirements
- PHP 8.1 or higher
- MySQL 5.7+ / MariaDB 10.3+
- Composer (for local development only — vendor/ is included)
- Web server: Apache or Nginx with mod_rewrite / try_files enabled
- SSL certificate (HTTPS required for AI API calls)
Installation
- Upload the contents of the Script/ folder to your server's public root (e.g. public_html/) via FTP or cPanel File Manager.
- Create a MySQL database and user.
- Visit yourdomain.com/install — the web installer will walk you through the setup.
- Enter your database credentials, admin email, and AI API keys in the installer.
- Click Install. The installer runs migrations, seeds defaults, and creates .env automatically.
- Once complete, the installer locks itself. Login at yourdomain.com/login.
Note: The vendor/ folder is included in the ZIP — no need to run composer install.
AI Provider Configuration
After installation, go to Admin → Settings → AI Providers and add your API keys:
- OpenAI — Get key at platform.openai.com
- Anthropic (Claude) — Get key at console.anthropic.com
- Google Gemini — Get key at aistudio.google.com
Storage & Permissions
Set these folder permissions to 755 (or 775 on shared hosts):
- storage/
- bootstrap/cache/
Run php artisan storage:link to enable public file uploads (the installer does this automatically).
Cron Job (Optional)
For scheduled tasks (e.g. subscription billing), add this cron on your server:
* * * * * cd /path/to/your/install && php artisan schedule:run >> /dev/null 2>&1
Support
Open a ticket via kodecraft.io/portal or use the Comments section on the Envato item page.
Last updated May 10, 2026 · 12 views