Skip to content

RetroRipper/BrainCMS-2.0

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Habbo CMS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published