oneduo / nova-file-manager

The most advanced File Manager for Laravel Nova, feature rich and robust build.
https://oneduo.github.io/nova-file-manager/
MIT License
136 stars 37 forks source link

Store Activity Log When User Take action on File Manager #399

Closed davinyoeun closed 2 months ago

davinyoeun commented 2 months ago

Currently it hard to track who is upload new or old images or files. I want to record activity of users when they upload replace or delete images or files because

Rezrazi commented 2 months ago

Hi @davinyoeun The package dispatches some Laravel events on every operation, have you tried building listeners and then implementing your logic? https://github.com/oneduo/nova-file-manager/tree/main/src/Events

If any events are not working, or some events are missing, please let us know and we'll what we can do