F
Filament4mo ago
Panda

Place resources other than App\Filament\Resources

I was watching the Modular Laravel series on Laracasts and want to move my resources into their relevant modules. Is there any option in Filament to achieve this architecture?
Laracasts
Modular Laravel
In this course, we'll discuss the modular monolith, or - if you want to sound fancy - a module-oriented architecture. A modular monolith provides a fantastic middle-ground between the simplicity of a traditional monolithic architecture, and some of the benefits you might encounter within a microservice-based architecture. Curious to learn more? ...
2 Replies
Trauma Zombie
Trauma Zombie4mo ago
I think you can use discoverResources method on panel inside your service provider.