Download the PHP package fs-ap/laravel-relationship-test without Composer
On this page you can find all versions of the php package fs-ap/laravel-relationship-test. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download fs-ap/laravel-relationship-test
More information about fs-ap/laravel-relationship-test
Files in fs-ap/laravel-relationship-test
Download fs-ap/laravel-relationship-test
More information about fs-ap/laravel-relationship-test
Files in fs-ap/laravel-relationship-test
Vendor fs-ap
Package laravel-relationship-test
Short Description Enhance the unit test of relationship in model to projects in laravel
License MIT
Package laravel-relationship-test
Short Description Enhance the unit test of relationship in model to projects in laravel
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-relationship-test
Fs-ap/Laravel-relationship-test
==================
Enhance the unit test of relationship in model to projects in laravel
Composer Installation
Or
Through terminal: composer require --dev fs-ap/laravel-relationship-test:~1.0
Usage
Explain
This feature checks bidirectional relation between models through of annotations on method that defines the relation
And
Map of bidirectional check
Relation | Mapped to |
---|---|
Relationship::HAS_MANY | Relationship::BELONGS_TO |
Relationship::BELONGS_TO | Relationship::HAS_MANY |
Relationship::HAS_ONE | Relationship::HAS_ONE |
Disable bidirectional check
This checks only if the has many independent if the relation has defined in class
All versions of laravel-relationship-test with dependencies
PHP Build Version
Package Version
The package fs-ap/laravel-relationship-test contains the following files
Loading the files please wait ....