PHPackages                             troelskn/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. [Database &amp; ORM](/categories/database)
4. /
5. troelskn/laravel-fillable-relations

ActiveLibrary[Database &amp; ORM](/categories/database)

troelskn/laravel-fillable-relations
===================================

Provides HasFillableRelations trait to Eloquent models

6574.5k—7.1%23[8 issues](https://github.com/troelskn/laravel-fillable-relations/issues)[1 PRs](https://github.com/troelskn/laravel-fillable-relations/pulls)PHPCI failing

Since Oct 29Pushed 3y ago6 watchersCompare

[ Source](https://github.com/troelskn/laravel-fillable-relations)[ Packagist](https://packagist.org/packages/troelskn/laravel-fillable-relations)[ RSS](/packages/troelskn-laravel-fillable-relations/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

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.

To use, first require in your composer file:

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

```

Then, in your code:

```
