Filament for non-admin pages
Hi all.
Loving Filament so far - it is an awesome tool to build backend/admin pages. I am wondering if I can use it to build an entire app - so also the pages that my logged in users uses?
Solution:Jump to solution
all panels can live outside of /admin
filamentphp renamed to filamentpanels opposed to filamentadmin as people were focusing on the admin word far too much. You can create a panel that lives in the root and you can create panels under any /...
6 Replies
Filament is a full CRUD application and 100% is designed for SASS applications. This is why you can build panels in v3 and have multiple tenants.
So a panel can live outside the "/admin" route?
Solution
all panels can live outside of /admin
filamentphp renamed to filamentpanels opposed to filamentadmin as people were focusing on the admin word far too much. You can create a panel that lives in the root and you can create panels under any /
admin is just default because it's simple
Plus of course you can use any of the packages independently outside of panels - tables, forms, actions, notifications, widgets.
Ah that is awesome!
Thanks guys