Tenancy with other packages Model
I have a existing filament project used across multiple projects.
So I'm trying to add tenancy functionality now to manage all projects within one instance.
I have some CMS functionality with a
My tenant Model is
To add the tenancy awarenes I
So I'm trying to add tenancy functionality now to manage all projects within one instance.
I have some CMS functionality with a
Page Model in a extra package/plugin.My tenant Model is
Project.To add the tenancy awarenes I
- add the foreignId project_id to the pages migration
- add HasMany pages() to the
ModelProject - add the relation with the following from a ProjectRelationServiceProvider.php