jeremykenedy / laravel-logger

An out the box activity logger for your Laravel or Lumen application. Laravel logger is an activity event logger for your laravel application. It comes out the box with ready to use with dashboard to view your activity. Laravel logger can be added as a middleware or called through a trait. This package is easily configurable and customizable. Supports Laravel 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 6, and 7+
MIT License
579 stars 120 forks source link

Resolve Calling static trait method deprecated warnings on listeners #170

Closed dbotman closed 10 months ago

dbotman commented 10 months ago

Following on #166, also changes to the listeners. Issue #150

jeremykenedy commented 10 months ago

Thank you :)