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.exampleto.envand 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_KEYin.env - Visit
/adminto 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