Download the PHP package omaximus/laravel-pivot-polymorph without Composer
On this page you can find all versions of the php package omaximus/laravel-pivot-polymorph. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download omaximus/laravel-pivot-polymorph
More information about omaximus/laravel-pivot-polymorph
Files in omaximus/laravel-pivot-polymorph
Download omaximus/laravel-pivot-polymorph
More information about omaximus/laravel-pivot-polymorph
Files in omaximus/laravel-pivot-polymorph
Vendor omaximus
Package laravel-pivot-polymorph
Short Description Fully polymorphic pivot relations for laravel eloquent
License
Package laravel-pivot-polymorph
Short Description Fully polymorphic pivot relations for laravel eloquent
License
Please rate this library. Is it a good library?
Informations about the package laravel-pivot-polymorph
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.
All versions of laravel-pivot-polymorph with dependencies
PHP Build Version
Package Version
The package omaximus/laravel-pivot-polymorph contains the following files
Loading the files please wait ....