Migrating from Vue to Filament Livewire with a Large MySQL Database
Hey everyone! I have a question about using Filament Livewire with Laravel. I'm fairly new to this, and I currently have a large existing MySQL database that I’ve been using with Vue. I want to switch and build a staff panel with Filament since I really like it. What challenges should I expect, and how should I handle migrations and models for my existing database? Any advice would be greatly appreciated!
1 Reply
i'd like to help you but i don't get what the issue is.
You don't change your models and migrations at all, you just create Resources based on your models if i understand you corectly.