Simplify Many-to-Many Relationships in Yii2 with yii2-m2m-behavior
Managing many-to-many relationships in Yii2 just got a lot easier.The yii2-m2m-behavior package allows you to assign related models directly using virtual attributes like:
⛶$item->tagIds = [1, 2,...