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.*
This package is auto-updated.
Last update: 2026-05-25 11:10:46 UTC
README
User actions logger dependency for Laravel.
Features
- creates the
action-loggermiddleware, theaction_logstable and theActionLogmodel - will log all access routes covered by the
action-loggermiddleware - comes with the
HasActionLogstrait that defines the relationship to theActionLogmodel, and should be included in your user model - each entry will record
user_id,url,routename, httpactionverb 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.