Getting Started
Getting Started with EclipseCP
Welcome to EclipseCP - a complete administration panel and CMS for gaming community sites, built with Laravel 11.
Installation
- Extract the EclipseCP ZIP to your web server
- Run composer install
- Copy .env.example to .env and configure your database
- Run php artisan key:generate
- Run php artisan migrate
- Run npm install && npm run build
- Run php artisan storage:link
- Set your ECLIPSECP_LICENSE_KEY in .env
- 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