You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Easily exclude model entities from eloquent queries.
16
+
Easily exclude model entities from eloquent queries.
17
17
18
18
This package allows you to define a subset of model entities that should be excluded from eloquent queries.
19
-
You will be able to override the default `Exclusion` model and its associated migration, so you can eventually restrict the exclusion context by defining the entity that should effectively exclude the subset.
19
+
You will be able to override the default `Exclusion` model and its associated migration, so you can eventually restrict the exclusion context by defining the entity that should effectively exclude the subset.
20
20
21
21
An example usage could be an application with a multi tenant scenario and a set of global entities.
22
22
While those entities should be accessible by all tenants, some of them might want to hide a subset of those entities for their users.
0 commit comments