Download the PHP package jeffersongoncalves/laravel-created-by without Composer
On this page you can find all versions of the php package jeffersongoncalves/laravel-created-by. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jeffersongoncalves/laravel-created-by
More information about jeffersongoncalves/laravel-created-by
Files in jeffersongoncalves/laravel-created-by
Package laravel-created-by
Short Description This Laravel package automatically logs the currently logged-in user's ID to the `created_by`, `updated_by`, `deleted_by`, and `restored_by` fields of your Eloquent models. It also automatically timestamps the `restored_at` field when a model is restored. This simplifies the tracking of data modifications and provides valuable auditing capabilities. The package is easy to install and configure, seamlessly integrating with your existing Laravel application.
License MIT
Homepage https://github.com/jeffersongoncalves/laravel-created-by
Informations about the package laravel-created-by
Laravel Created By
This Laravel package automatically logs the currently logged-in user's ID to the created_by
, updated_by
, deleted_by
, and restored_by
fields of your Eloquent models. It also automatically timestamps the restored_at
field when a model is restored. This simplifies the tracking of data modifications and provides valuable auditing capabilities. The package is easy to install and configure, seamlessly integrating with your existing Laravel application.
Installation
You can install the package via composer:
Usage
Add in columns our table.
Your model add traits:
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Jèfferson Gonçalves
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-created-by with dependencies
laravel/framework Version ^11.0|^12.0
spatie/laravel-package-tools Version ^1.14.0