Skip to content

Modular architecture #667

Answered by dgoetzit
yablochnyi asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @yablochnyi,

In order to gain an understanding of how we use Filament with a modular approach, please take a look at the Filament plugin documentation: https://filamentphp.com/docs/3.x/panels/plugins

An example of our usage in the app can be seen through any one of the “plugins” per module, like https://github.com/canyongbs/advisingapp/blob/main/app-modules/student-data-model/src/StudentDataModelPlugin.php.

By registering these plugins with the default panel, we are then able to choose the resource namespace to place a new resource in when going through the prompt workflow of calling php artisan make:filament-resource

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Orrison
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants