Some resources do not require tenant scope queries ,how to skip
Some resources do not require tenant scope queries ,how to skip
ScopeEloquentQueryToTenant is only useful in lists, and there may still be issues when creating and editing them
1 Reply
Try this:
Create a Marker Interface as show below
create a Base Resource Class that all Your Filament Resource classes will extend as shown below:
Make sure all your Multitenant Models implements the interface. Also make sure all your CreatePages extends from the class below:
You can put theses classes any where in your project that makes sense to you. I am in the process of testing this out myself.