PHPackages                             albinodrought/laravel-fillable-relations - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. albinodrought/laravel-fillable-relations

AbandonedArchivedLibrary

albinodrought/laravel-fillable-relations
========================================

Provides HasFillableRelations trait to Eloquent models

v1.1.0(8y ago)1314MITPHP

Since Apr 20Pushed 8y ago1 watchersCompare

[ Source](https://github.com/AlbinoDrought/laravel-fillable-relations)[ Packagist](https://packagist.org/packages/albinodrought/laravel-fillable-relations)[ RSS](/packages/albinodrought-laravel-fillable-relations/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (4)Versions (3)Used By (0)

Laravel Fillable Relations
==========================

[](#laravel-fillable-relations)

[![Build Status](https://camo.githubusercontent.com/765929f4cb90a819d5bb02a9c1bd43d52b2adce91ff9943dfe95233c43e029f9/68747470733a2f2f7472617669732d63692e6f72672f416c62696e6f44726f756768742f6c61726176656c2d66696c6c61626c652d72656c6174696f6e732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/AlbinoDrought/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

Installation
------------

[](#installation)

```
composer require albinodrought/laravel-fillable-relations

```

Usage
-----

[](#usage)

First, in your model:

```
