audit maintained by laravel-tool
Description
Laravel tool audit model
Author
Last update
2023/01/13 10:42
(dev-master)
License
Downloads
68
Tags
Last update
2023/01/13 10:42
License
Require
- php ^7.1.3
- ext-json *
- symfony/http-foundation ^3.1|^4
- symfony/http-kernel ^3.1|^4
- illuminate/auth ^5.5|^6|^7|^8|^9
- illuminate/contracts ^5.5|^6|^7|^8|^9
- illuminate/database ^5.5|^6|^7|^8|^9
- illuminate/http ^5.5|^6|^7|^8|^9
- illuminate/redis ^5.5|^6|^7|^8|^9
- illuminate/support ^5.5|^6|^7|^8|^9
Last update
2023/01/13 10:42
License
Require
- php ^7.1.3
- ext-json *
- illuminate/auth ^5.5|^6|^7|^8|^9
- illuminate/contracts ^5.5|^6|^7|^8|^9
- illuminate/database ^5.5|^6|^7|^8|^9
- illuminate/http ^5.5|^6|^7|^8|^9
- illuminate/redis ^5.5|^6|^7|^8|^9
- illuminate/support ^5.5|^6|^7|^8|^9
- symfony/http-foundation ^3.1|^4
- symfony/http-kernel ^3.1|^4
Last update
2020/03/03 13:10
License
Require
- php ^7.1.3
- ext-json *
- illuminate/auth ^5.5|^6
- illuminate/contracts ^5.5|^6
- illuminate/database ^5.5|^6
- illuminate/http ^5.5|^6
- illuminate/redis ^5.5|^6
- illuminate/support ^5.5|^6
- symfony/http-foundation ^3.1|^4
- symfony/http-kernel ^3.1|^4
Last update
2020/02/13 14:21
License
Require
- php ^7.1.3
- ext-json *
- illuminate/auth ^5.5|^6
- illuminate/contracts ^5.5|^6
- illuminate/database ^5.5|^6
- illuminate/http ^5.5|^6
- illuminate/redis ^5.5|^6
- illuminate/support ^5.5|^6
- symfony/http-foundation ^3.1|^4
- symfony/http-kernel ^3.1|^4
Last update
2020/02/10 14:57
License
Require
- php ^7.1.3
- ext-json *
- illuminate/auth ^5.5|^6
- illuminate/contracts ^5.5|^6
- illuminate/database ^5.5|^6
- illuminate/http ^5.5|^6
- illuminate/redis ^5.5|^6
- illuminate/support ^5.5|^6
- symfony/http-foundation ^3.1|^4
- symfony/http-kernel ^3.1|^4
Last update
2020/02/10 14:39
License
Require
- php ^7.1.3
- ext-json *
- illuminate/auth ^5.5|^6
- illuminate/contracts ^5.5|^6
- illuminate/database ^5.5|^6
- illuminate/http ^5.5|^6
- illuminate/redis ^5.5|^6
- illuminate/support ^5.5|^6
- symfony/http-foundation ^3.1|^4
- symfony/http-kernel ^3.1|^4
Last update
2020/02/10 14:15
License
Require
- php ^7.1.3
- ext-json *
- illuminate/auth ^5.5|^6
- illuminate/contracts ^5.5|^6
- illuminate/database ^5.5|^6
- illuminate/http ^5.5|^6
- illuminate/redis ^5.5|^6
- illuminate/support ^5.5|^6
- symfony/http-foundation ^3.1|^4
- symfony/http-kernel ^3.1|^4
Last update
2020/02/10 13:13
License
Require
- php ^7.1.3
- ext-json *
- illuminate/auth ^5.5|^6
- illuminate/contracts ^5.5|^6
- illuminate/database ^5.5|^6
- illuminate/http ^5.5|^6
- illuminate/redis ^5.5|^6
- illuminate/support ^5.5|^6
- symfony/http-foundation ^3.1|^4
- symfony/http-kernel ^3.1|^4
Last update
2020/02/07 17:21
License
Require
- php ^7.1.3
- ext-json *
- illuminate/auth ^5.5|^6
- illuminate/contracts ^5.5|^6
- illuminate/database ^5.5|^6
- illuminate/http ^5.5|^6
- illuminate/redis ^5.5|^6
- illuminate/support ^5.5|^6
- symfony/http-foundation ^3.1|^4
- symfony/http-kernel ^3.1|^4
Last update
2020/02/07 16:21
License
Require
- php ^7.1.3
- ext-json *
- illuminate/auth ^5.5|^6
- illuminate/contracts ^5.5|^6
- illuminate/database ^5.5|^6
- illuminate/http ^5.5|^6
- illuminate/redis ^5.5|^6
- illuminate/support ^5.5|^6
- symfony/http-foundation ^3.1|^4
- symfony/http-kernel ^3.1|^4
Laravel Tool Audit
Collecting audit infos from changes via observer
Installation
Composer
composer require laravel-tool/audit
Laravel
Service provider auto discovered
Lumen
Add to bootstrap/app.php
$app->register(LaravelTool\Audit\ServiceProvider::class);
Config
php artisan vendor:publish --provider=LaravelTool\Audit\ServiceProvider
Migrations
php artisan migrate
Usage
Install trait to Model class
use LaravelTool\Audit\Traits\Auditable;