boing6002/actionlogger

User actions logger dependency for Laravel Enso

2.2.6 2019-01-24 11:36 UTC

README

Codacy Badge StyleCI License Total Downloads Latest Stable Version

User actions logger dependency for Laravel.

Features

  • creates the action-logger middleware, the action_logs table and the ActionLog model
  • will log all access routes covered by the action-logger middleware
  • comes with the HasActionLogs trait that defines the relationship to the ActionLog model, and should be included in your user model
  • each entry will record user_id, url, route name, http action 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.