For CodeCanyon buyers

For CodeCanyon buyers

You bought ElmapiCMS on CodeCanyon. You get a download package, not a GitHub invite from the shop. The product is the same. Only the first steps differ.

What is in the download

FileUse
elmapicms.zipFull Laravel application for local install, Docker, or your own Git remote
vendor.zipOptional. Use if composer install fails on your machine
elmapicms.sqlOptional. Use if migrations fail and you need a ready database dump
elmapicmsInstaller.zipShared hosting deploy. See Deploy on shared hosting

Local install

  1. Download the package from your CodeCanyon account.
  2. Extract elmapicms.zip.
  3. Put the app folder where your local stack expects it (for Laravel Herd: ~/Herd/elmapicms or your Windows Herd path). Rename the folder to elmapicms if needed so the site is http://elmapicms.test.
  4. Open a terminal in that folder. Do not run git clone. You already have the files.
  5. Continue with the normal platform guide from the Install PHP dependencies step:
PlatformGuide
Windows (Laravel Herd)Install on Windows
macOS (Laravel Herd)Install on macOS
DockerInstall with Docker

Skip any Clone the repository section in those guides.

If Composer or migrations fail

  • composer install fails: copy vendor.zip into the app folder, extract it, then continue.
  • Migrations fail: import elmapicms.sql with your database tool, then continue with .env and the login steps in the platform guide.

Deploy

  • Shared hosting: use elmapicmsInstaller.zip and Deploy on shared hosting.
  • Git-based hosts (Forge, Laravel Cloud, VPS with Git): create a repository you control, push the extracted elmapicms.zip contents to it, then connect hosting to your remote. See Deployment.

Support

Email [email protected] and include your Envato purchase code. You can also use the CodeCanyon item comments.

Search documentation

Find guides and reference pages