Download the PHP package managemize/laravel-fingerprints without Composer
On this page you can find all versions of the php package managemize/laravel-fingerprints. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download managemize/laravel-fingerprints
More information about managemize/laravel-fingerprints
Files in managemize/laravel-fingerprints
Package laravel-fingerprints
Short Description Laravel FingerPrints for models
License MIT
Homepage https://github.com/managemize/laravel-fingerprints
Informations about the package laravel-fingerprints
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:
Laravel Support
Package Version | Laravel Version Support |
---|---|
^1.0 | 9.x |
^2.0 | 9.x |
Upgrade from v1 to v2
Just rename the trait from your models from HasUserFingerPrint to HasFingerPrints
Usage
Add the trait to your models
If you need to set custom fields for fingerprints :
If you need to activate or deactivate a fingerprint for a model:
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
TODO
- Uuid support
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
- Pedro Monteiro
- All Contributors
License
The MIT License (MIT). Please see License File for more information.