Download the PHP package albinodrought/laravel-fillable-relations without Composer
On this page you can find all versions of the php package albinodrought/laravel-fillable-relations. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download albinodrought/laravel-fillable-relations
More information about albinodrought/laravel-fillable-relations
Files in albinodrought/laravel-fillable-relations
Download albinodrought/laravel-fillable-relations
More information about albinodrought/laravel-fillable-relations
Files in albinodrought/laravel-fillable-relations
Vendor albinodrought
Package laravel-fillable-relations
Short Description Provides HasFillableRelations trait to Eloquent models
License MIT
Package laravel-fillable-relations
Short Description Provides HasFillableRelations trait to Eloquent models
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-fillable-relations
Laravel Fillable Relations
This library provides a trait for mixing in to an Eloquent Model. Doing so will enable support for fillable relations.
This is a stricter, versioned, and opinionated fork of https://github.com/troelskn/laravel-fillable-relations
Installation
Usage
First, in your model:
And you can now fill relations, like so:
Or perhaps:
And also:
Testing
composer test
All versions of laravel-fillable-relations with dependencies
PHP Build Version
Package Version
Requires
illuminate/database Version
~5.5
The package albinodrought/laravel-fillable-relations contains the following files
Loading the files please wait ....