Download the PHP package igaster/eloquent-inheritance without Composer
On this page you can find all versions of the php package igaster/eloquent-inheritance. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download igaster/eloquent-inheritance
More information about igaster/eloquent-inheritance
Files in igaster/eloquent-inheritance
Download igaster/eloquent-inheritance
More information about igaster/eloquent-inheritance
Files in igaster/eloquent-inheritance
Vendor igaster
Package eloquent-inheritance
Short Description Use a One-To-One (or One-To-Many) relation between a parent & child Tables to simulate inheritance between Models
License MIT
Homepage https://github.com/igaster/eloquent-inheritance.git
Package eloquent-inheritance
Short Description Use a One-To-One (or One-To-Many) relation between a parent & child Tables to simulate inheritance between Models
License MIT
Homepage https://github.com/igaster/eloquent-inheritance.git
Please rate this library. Is it a good library?
Informations about the package eloquent-inheritance
Description
Eloquent Multiple Table Inheritance: Use a One-To-One (or One-To-Many) relation between a parent & child Tables to simulate inheritance between Models.
Installation:
Edit your project's composer.json file to require:
and install with composer update
Usage:
Example Schema:
Example Models:
Your models should use the EloquentInherited
Trait
Usage:
All versions of eloquent-inheritance with dependencies
PHP Build Version
Package Version
The package igaster/eloquent-inheritance contains the following files
Loading the files please wait ....