This was a quick & dirty attempt to build a website to handle highscores for http://diep.io.
- laravel and its needed dependencies
- composer
- nodejs
- gulp
- Clone this project into a folder
- Rename .env.example to .env and modify it (check the laravel documentation). Make sure to put the imgur settings in to be able to handle non direct links from imgur.
- Edit the
database/seeds/UsersTableSeeder.php
file for a proper first user - Go to the folder and execute
composer install
npm install
php artisan migrate:refresh --seed
gulp --production
- Point your webserver to the public subfolder