https://github.com/maxlego08/minecraft-stats
Small overkill system to have minecraft server stats
https://github.com/maxlego08/minecraft-stats
Last synced: 9 months ago
JSON representation
Small overkill system to have minecraft server stats
- Host: GitHub
- URL: https://github.com/maxlego08/minecraft-stats
- Owner: Maxlego08
- Created: 2023-01-28T16:10:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-29T09:44:33.000Z (about 3 years ago)
- Last Synced: 2025-07-11T14:18:51.495Z (12 months ago)
- Language: PHP
- Size: 136 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

## 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.