Download the PHP package mouadziani/laravel-model-trackable without Composer
On this page you can find all versions of the php package mouadziani/laravel-model-trackable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mouadziani/laravel-model-trackable
More information about mouadziani/laravel-model-trackable
Files in mouadziani/laravel-model-trackable
Package laravel-model-trackable
Short Description A laravel package that allows you to tracker and log nested changes applied on your models and their relations using a single Trait
License MIT
Homepage https://github.com/mouadziani/laravel-model-trackable
Informations about the package laravel-model-trackable
A laravel package that allows you to track and log nested changes applied on your (models, and their relations) using a single Trait
Installation
You can install the package via composer:
Simple Usage
-
Firstly you have to apply trackable trait on your model
-
In case you want to track the changes applied on your model's relationships, you need to add an attribute in your model called
$toBeLoggedRelations
which must contain an array of relationships like the example below - Then, you can get an array that should contains all changes applied on your model after every update
Disclaimer
Currently this package can't track hasMany, ManyToMany or MorphMany relations
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.
Credits
- Mouad ZIANI
- All Contributors
Licence
This package is Treeware. If you use it in production, then we ask that you buy the world a tree to thank us for our work. By contributing to the Treeware forest you’ll be creating employment for local families and restoring wildlife habitats.
featured_repository
All versions of laravel-model-trackable with dependencies
illuminate/events Version ~5.6.0|~5.7.0|~5.8.0|^6.0.0|^7.0.0|^8.0.0
illuminate/support Version ^6.0 || ^7.0 || ^8.0