Minecraft

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

Did you find this page helpful?