managemize/laravel-fingerprints
This laravel package will allow your models to record the the created, updated and deleted by User FingerPrints
Installation
You can install the package via composer:
composer require managemize/laravel-fingerprints
Usage
Add the trait to your models
use HasUserFingerPrint;
Testing
composer test
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
License
The MIT License (MIT). Please see License File for more information.