Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maxlego08/minecraft-stats

Small overkill system to have minecraft server stats
https://github.com/maxlego08/minecraft-stats

Last synced: 7 days ago
JSON representation

Small overkill system to have minecraft server stats

Awesome Lists containing this project

README

        

## Minecraft Stats
Minecraft overkill statistics system in laravel, using laravel doesn't seem to be the best choice of technology, but in reality we don't care

![Minecraft stats home page](https://img.groupez.dev/stats.png)

## How to install
Just install it for any laravel application.

1. `composer install`
2. `npm install`
3. `npm run build`
4. Add your database informations in .env
5. `php artisan migrate`
6. You need to run `php artisan schedule:run`
7. You need to run `php artisan queue:work`

For the point 6 and 7 look the laravel docs.