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

  1. Upload the contents of the Script/ folder to your server's public root (e.g. public_html/) via FTP or cPanel File Manager.
  2. Create a MySQL database and user.
  3. Visit yourdomain.com/install — the web installer will walk you through the setup.
  4. Enter your database credentials, admin email, and AI API keys in the installer.
  5. Click Install. The installer runs migrations, seeds defaults, and creates .env automatically.
  6. 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:

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

Related Articles

Installation Guide Server Requirements Setting Up the Cron Job