CMS Installation

Step 1 of 5 — dependencies & server setup (no Laravel required)

Welcome

This wizard prepares the server before the CMS setup runs. It works without Laravel or Node pre-installed in the web app — we detect PHP and Node on your hosting and install dependencies when possible.

  • Detect PHP (Plesk 8.4, etc.) and required extensions
  • Run composer install --no-dev if vendor/ is missing
  • Optionally run npm ci && npm run build
  • Create .env if needed, then continue to site setup
Start