Discovering resources and pages in custom modules
I'm working on a project which divides each feature into modules like user module, post module, etc. I want to place my Filament resources and pages under relevant module's directories like
modules/User/app/Filament
and modules/Post/app/Filament
etc.
Is it possible to do so, and if yes then how can I do this? Any guidance would be much appreciated.0 Replies