Download the PHP package brachiosx/laravel-audit-logger without Composer
On this page you can find all versions of the php package brachiosx/laravel-audit-logger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download brachiosx/laravel-audit-logger
More information about brachiosx/laravel-audit-logger
Files in brachiosx/laravel-audit-logger
Package laravel-audit-logger
Short Description Provide application in auditing model changes.
License MIT
Homepage https://github.com/brachiosx/laravel-audit-logger
Informations about the package laravel-audit-logger
Laravel Audit Log module
Simple module to apply audit-logging feature in laravel application.
Installation
You can install the package via composer:
You can publish and run the migrations with:
You can publish the config file with:
This is the contents of the published config file:
Usage
use exposed trait HasAuditLog
in desired laravel model class.
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
- Liam
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-audit-logger with dependencies
illuminate/contracts Version ^9.0
myclabs/php-enum Version ^1.8
spatie/laravel-package-tools Version ^1.13.0