Loading Oh boi...
Become a minion today!

Getting Started

Getting Started with EclipseCP

Welcome to EclipseCP - a complete administration panel and CMS for gaming community sites, built with Laravel 11.

Installation

  1. Extract the EclipseCP ZIP to your web server
  2. Run composer install
  3. Copy .env.example to .env and configure your database
  4. Run php artisan key:generate
  5. Run php artisan migrate
  6. Run npm install && npm run build
  7. Run php artisan storage:link
  8. Set your ECLIPSECP_LICENSE_KEY in .env
  9. Visit /admin to access the admin panel

Requirements

  • PHP 8.2+ (curl, mbstring, openssl, pdo_mysql or pdo_sqlite)
  • Composer 2.x
  • Node 18+ & npm
  • MySQL 8+ or SQLite
Contact Me