MarcScheib / legendsrising-backend

LegendsRising is a Massively Multiplayer Online Role-Playing Game, claiming player to One-vs-Many battles.

Home Page:http://www.legendsrising.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LegendsRising

Build Status StyleCI

LegendsRising is a Massively Multiplayer Online Role-Playing Game, claiming player to One-vs-Many battles.

Official Page

LegendsRising can be found on the LegendsRising website.

Building The Code

First of all, clone the complete repository to your local machine.

  1. Ensure that Composer is installed.
  2. From the project folder, execute the following command:
composer install
  1. Make sure to set up a database (preferable MySQL).
  2. Adjust the .env.example file to your needs and save it as .env.
  3. Run the following command to set up the database:
php artisan migrate

Running The Tests

To run the unit tests, first ensure that you have followed the steps above in order to install all dependencies and successfully build the project. Once you have done that, proceed with the following steps.

  1. Ensure that PHPUnit is installed.
  2. Run the tests with the following command:
phpunit

About

LegendsRising is a Massively Multiplayer Online Role-Playing Game, claiming player to One-vs-Many battles.

http://www.legendsrising.de


Languages

Language:PHP 99.1%Language:ApacheConf 0.9%