WebArena - An online fighting game using CakePHP 3.x.
WebArena - Jeu de combat en ligne développé en CakePHP 3.x.
Clone this repository and move in it. Then, if composer is installed globally, run:
composer install
Else, from your installation directory run
php composer.phar install
Read and edit config/app.php
and setup the 'Datasources'
and any other
configuration relevant for your application. (database, etc...)
Or create a .env file in the config folder with the same structure than the .env.default file and insert your environment informations.