Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/maxlego08/minecraft-stats
- Owner: Maxlego08
- Created: 2023-01-28T16:10:47.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-29T09:44:33.000Z (over 1 year ago)
- Last Synced: 2024-10-12T03:49:06.652Z (about 1 month 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![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.