Jeff
Admin Panel Missing Resources Suddeny
Perfect score! I don't know how I missed those. I guess I didn't search the right terms. Interestingly, when I remove them, it throws a "not found" error. They must be registered somewhere. I'll keep digging. Thank you.
8 replies
multi-tenancy - tenant relationship on every single table?
Is this a case of using "hasOneThrough" or "hasManyThrough"? I haven't hit this exact situation, but it feels about right. https://laravel.com/docs/10.x/eloquent-relationships#has-many-through
4 replies
Duplicate queries with navigation badges + multi-tenancy
Just curious if you solved this? I just looked at the DebugBar and see the same thing. Rather ineffecient. Trying to run the query as 'return Filament::getTenant()->users->count();' causes a warning about n+1 and eager loading, which seems odd.
5 replies