lagan/property-manytomany
Controller for the Lagan many-to-many property. Lets the user define a many-to-many relation between two content entries.
Maintainers
Requires
- php: >=5.5.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 335d17d82f05e74d7b6f0b5bc402fdd93dab8261
- Lútsen Stellingwerff <lutsenstellingwerff.woop@gmail.com>
This package is auto-updated.
Last update: 2026-06-29 01:33:17 UTC
README
Lagan Many-to-many Property Controller
Controller for the Lagan many-to-many property.
Lets the user define a many-to-many relation between two content entries.
The Manytomany property type controller enables a many-to-many relation between 2 Lagan entries. The name of the property should be the name of the Lagan model this model can have a many-to-many relation with. For this to work properly the other model should have a many-to-many relation with this model as well. So in our example in the Lagan project the Lagan Hoverkraft model has a many-to-many relation with the Lagan Feature model, and the Lagan Feature model has a many-to-many relation with the Lagan Hoverkraft model.
To be used with Lagan. Lagan lets you create flexible content objects with a simple class, and manage them with a web interface.
Lagan is a project of Lútsen Stellingwerff.
