BrainCMS
A Habbo CMS using Laravel 5.7.
Before You Start
Make sure to download and or install the following
Getting Started
This block of instructions assumes you are familiar with PHP dev environments.
- Clone the repository
git clone https://github.com/RetroRipper/BrainCMS-2.0.git- Install dependencies
composer install
- Setup .env
cp .env.example .env- Configure .env
This step involves changing the DB_ values for the most part to coincide with your own
- Generate encryption key
php artisan key:generate- Migrate DB changes
php artisan migrate
- Start Dev Server
php artisan serve