PHPackages                             larapack/attribute-purging - 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. larapack/attribute-purging

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

larapack/attribute-purging
==========================

Allows you to define what attributes in your Eloquent Model which should be not be inserted into the database.

v1.0.1(8y ago)57122MITPHPPHP &gt;=5.5.9

Since Nov 27Pushed 8y ago3 watchersCompare

[ Source](https://github.com/larapack/attribute-purging)[ Packagist](https://packagist.org/packages/larapack/attribute-purging)[ RSS](/packages/larapack-attribute-purging/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (1)Versions (7)Used By (0)

attribute-purging
=================

[](#attribute-purging)

Allows you to define what attributes in your Eloquent Model which should be not be inserted into the database.

Installing
----------

[](#installing)

Install using Composer `composer require larapack/attribute-purging`.

Usage
-----

[](#usage)

First add the trait `Purgeable` to your Eloquent Model.

```
