omaximus/laravel-pivot-polymorph

Fully polymorphic pivot relations for laravel eloquent

Downloads

24445

Stars

2

Version

v2.1

Polymorphic relations for eloquent.

This package supports fully morph many-to-many relation.

Usage

Include trait \Pisochek\PivotPolymorph\Concerns\HasRelationships to model. Then like any other relation, write, for example:

return $this->morphsTo('parentName', 'relatedName', 'table');

Any your thoughts and corrections/extensions are much appreciated, functionality is not full yet.

omaximus

Author

omaximus