
I built a Filament plugin for runtime collections, custom fields, dashboards, and APIs
I built a Filament plugin for runtime collections, custom fields, dashboards, and APIs I built Filament Studio because I got tired of the same cycle in Laravel projects. The admin panel starts simple. Then requirements change. A client wants a new content type. Then custom fields. Then better filtering. Then dashboards. Then API access. Then tenant-specific data. Then version history. Then another special case nobody planned for. At that point, what looked like a straightforward Filament setup turns into more migrations, more models, more resources, more filters, and more maintenance. That gets old fast. So I built a plugin for Filament v5 that lets you create and manage data collections at runtime, define fields through the UI, manage records, build dashboards, and expose API endpoints without creating a new table and Filament resource every time the model changes. The plugin is called Filament Studio . The problem I wanted to solve Filament is excellent when the data model is already
Continue reading on Dev.to
Opens in a new tab


