Laravel-Backpack / activity-log

MIT License
23 stars 6 forks source link

[Feature Request] Clean operation #14

Open tabacitu opened 1 year ago

tabacitu commented 1 year ago

Feature Request

This is a COULD-DO, for sure. Low prio.

What I am trying to achieve

One of Spatie/ActivityLog's caveats when used across the app is that it will generate A LOT of entries. That's why they have a clean command - https://spatie.be/docs/laravel-activitylog/v4/basic-usage/cleaning-up-the-log

It would be useful to be able to trigger this from the admin panel.