Download the PHP package laragrad/eloquent-model-pg-array-relations without Composer
On this page you can find all versions of the php package laragrad/eloquent-model-pg-array-relations. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package eloquent-model-pg-array-relations
laragrad/eloquent-model-pg-array-relations
This package provides a trait \Laragrad\Models\Concerns\HasPgArrayRelations
that allows to use two specific relations for PostgreSQL databases:
- hasManyInArray - Current model array field has a many keys of related models.
- belongsToManyArray - Current model key contains in array field of many related models.
Installing
Run command in console
composer require laragrad/eloquent-model-pg-array-relations
All versions of eloquent-model-pg-array-relations with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2.0|^8.0
laragrad/pg-helper Version ^1.0.1
laragrad/eloquent-model-pg-casts Version ^1.0.1
laragrad/pg-helper Version ^1.0.1
laragrad/eloquent-model-pg-casts Version ^1.0.1
The package laragrad/eloquent-model-pg-array-relations contains the following files
Loading the files please wait ....