boing6002 / actionlogger
User actions logger dependency for Laravel Enso
2.2.6
2019-01-24 11:36 UTC
Requires
- php: >=7.1.0
- laravel-enso/core: 3.6.*
- dev-master
- 2.2.6
- 2.2.5
- 2.2.4
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.9
- 2.1.8
- 2.1.7
- 2.1.6
- 2.1.5
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.15
- 2.0.14
- 2.0.13
- 2.0.12
- 2.0.11
- 2.0.10
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.3.1
- 1.3.0
- 1.2.1
- 1.2.0
- 1.1.13
- 1.1.12
- 1.1.11
- 1.1.10
- 1.1.9
- 1.1.8
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.14
- 1.0.13
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.1
- 1.0.0
- dev-adminlte
This package is auto-updated.
Last update: 2025-02-25 08:38:41 UTC
README
User actions logger dependency for Laravel.
Features
- creates the
action-logger
middleware, theaction_logs
table and theActionLog
model - will log all access routes covered by the
action-logger
middleware - comes with the
HasActionLogs
trait that defines the relationship to theActionLog
model, and should be included in your user model - each entry will record
user_id
,url
,route
name, httpaction
verb and timestamps
Configuration & Usage
Be sure to check out the full documentation for this package available at docs.laravel-enso.com
Contributions
are welcome. Pull requests are great, but issues are good too.
License
This package is released under the MIT license.