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:
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 /...
Jump to solution
6 Replies
toeknee
toeknee12mo ago
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.
oliverbusk
oliverbusk12mo ago
So a panel can live outside the "/admin" route?
Solution
toeknee
toeknee12mo ago
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 /
toeknee
toeknee12mo ago
admin is just default because it's simple
cheesegrits
cheesegrits12mo ago
Plus of course you can use any of the packages independently outside of panels - tables, forms, actions, notifications, widgets.
oliverbusk
oliverbusk12mo ago
Ah that is awesome! Thanks guys