Minecraft
Can I link my filament database with minecraft?
Like it track my minecraft stats with charts etc like: https://madewithlaravel.com/analyse
Analyse - Minecraft Server Analytics Platform - Made with Laravel
Minecraft Server Analytics Platform
Solution:Jump to solution
Just add another mysql driver for connecting to your server and then ensure the models use that driver?
6 Replies
What database does it run? Filament uses Eloquent so any database driver that laravel supports should work.
it just uses phpmyadmin/mysql
Then yeah
is there any thing i can see how we can do it?
as its not on the same host as my website/filement
Solution
Just add another mysql driver for connecting to your server and then ensure the models use that driver?
that sounds logic
thanks!