Download the PHP package felipedecampos/laravel-soft-archive without Composer
On this page you can find all versions of the php package felipedecampos/laravel-soft-archive. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download felipedecampos/laravel-soft-archive
More information about felipedecampos/laravel-soft-archive
Files in felipedecampos/laravel-soft-archive
Package laravel-soft-archive
Short Description This is a package to extends soft delete to use to archive models.
License MIT
Homepage https://github.com/felipedecampos/laravel-soft-archive
Informations about the package laravel-soft-archive
Laravel - Soft Archive
This is a package to extends soft delete to use to archive models.
Installation
You can install the package via composer:
Optionally you can publish the configfile with:
Usage
Add the soft archive trait to your model, like the example below:
To archive the entity use the archive() method like the example below:
To activate the entity use the unarchive() method like the example below:
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Postcardware
You're free to use this package, but if it makes it to your production environment we highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using.
Our address is: Av. Bartholomeu de Carlos, 747 Apto. 32A - Jardim Flor da Montanha, São Paulo / Brazil.
We publish all received postcards on our company website.
Credits
Support us
Bettorld is a webdesign agency based in São Paulo, Brazi. You'll find an overview of all our open source projects on our website.
Does your business depend on our contributions? Reach out and support us on Patreon. All pledges will be dedicated to allocating workforce on maintenance and new awesome stuff.
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-soft-archive with dependencies
illuminate/events Version 5.6.x|5.7.x
illuminate/filesystem Version 5.6.x|5.7.x
illuminate/console Version 5.6.x|5.7.x
illuminate/database Version 5.6.x|5.7.x
illuminate/support Version 5.6.x|5.7.x