laravel-logger
laravel-logger copied to clipboard
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...
Hello, This PR adds an option to the configuration to not have an authenticated user to access activity routes. Sometimes it is not appropriate to manage access to this data...
using laravel 9  add use method 
Hello. I followed the steps for lumen configuration but i am reciveing this error when i run: `php artisan migrate`. _Call to undefined function jeremykenedy\LaravelLogger\config_path()_ 
I'm using roles middleware (can with a permission) but unable to confirm to clear activity logs. I can cancel the confirmation but clicking on the confirm button does not seem...
They've diverted to the dashboard because the log activity URL isn't working. Then they routed me to the dashboard when I hit the activity URL. and When I go to...
Log activity URL not working they have redirected to the dashboard.I m hit the activity URL then they have redirected to the dashboard When I open the admin dashboard.If I...
You can update this link to get the pagination in separated buttons. ``` {!! $activities->links('vendor.pagination.bootstrap-4') !!} ``` https://github.com/jeremykenedy/laravel-logger/blob/5d230c17fd9765f856c4c2974a0a89c9bda2d2c4/src/resources/views/logger/partials/activity-table.blade.php#L259 Also update the pagination to include Query string for the search. ```...
Hello there. I am facing some warnings with this package, that I wanted to bring to attention. This wasn't the case until I updated PHP. It seems that calling some...
**Problem:** When you search/filter to user (user id) on frontend, you got an empty collection. **Solution:** Activity model user property is casted to integer by default: ``` protected $casts =...