Download the PHP package coloredcow/laravel-audit without Composer
On this page you can find all versions of the php package coloredcow/laravel-audit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download coloredcow/laravel-audit
More information about coloredcow/laravel-audit
Files in coloredcow/laravel-audit
Download coloredcow/laravel-audit
More information about coloredcow/laravel-audit
Files in coloredcow/laravel-audit
Vendor coloredcow
Package laravel-audit
Short Description Audit Logs for Laravel
License GPL-3.0+
Homepage https://github.com/coloredcow/laravel-audit
Package laravel-audit
Short Description Audit Logs for Laravel
License GPL-3.0+
Homepage https://github.com/coloredcow/laravel-audit
Please rate this library. Is it a good library?
Informations about the package laravel-audit
Audit Logs for Laravel
A package to capture system activity in a Laravel application. Currently supports the following fields:
- IP of HTTP request,
- HTTP referer,
- a description of the action you want to audit.
- user id
- Other details like data and keys
Installation
- Run
composer require coloredcow/laravel-audit
-
Add the
ColoredCow\LaravelAudit\AuditServiceProvider
toconfig/app.php
- Run
php artisan migrate
Usage
-
Use the
ColoredCow\LaravelAudit\Events\Auditable
trait in the events you want to audit. And add this to the contructor of the event. - Use the
ColoredCow\LaravelAudit\Listeners\AuditActivities
listener to listen to the events to want to audit. Map it in the EventServiceProvider of your laravel application.
Audit Facade
-
Add AuditFacade in your app to make a audit directly from the applications.
- You can also overide other properties like ip, userid and descriptions.
All versions of laravel-audit with dependencies
PHP Build Version
Package Version
The package coloredcow/laravel-audit contains the following files
Loading the files please wait ....