krendzel
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?
2 replies