Cutting Filament resources into modules, possible?

Hi, I'm totally newbie in that but i searched docs and google about that and can't find answer for my question :/ It's possible to divide all Resources into "modules"? Example: I have two sections in Filament, Orders and Receiving, each "section" have 5 resources so in Resource folder i have right now 10 resources and i want to group all resources related to each section to own folder and also prefix each section with own route like "/orders/products/create" instead of "/products/create" Also, when i create new "module" i want easily grab all resources related with that module and share this module to other project that using Filament, i don't know if i can resolve that by trait each module as plugin to filament?. Where i can read about that?
1 Reply
awcodes
awcodes5mo ago
This is a really good example of using filament with a modular approach. https://github.com/canyongbs/advisingapp
GitHub
GitHub - canyongbs/advisingapp: Advising App™ by Canyon GBS™ is a C...
Advising App™ by Canyon GBS™ is a Conversational AI and CRM ecosystem solution built specifically for postsecondary education use, adding features, functionality, and sector capabilities. - GitHub ...