Logging of every action of every user - create/update/delete entries, with ability to see the logs in one list.

Modules User Logs

This module logs all the actions by the users. Every time someone adds/updates/deletes an entry, it will log the action in database table user_actions, which will be shown in a separate menu item (see above).

For that, we use Model Observer functionality of Laravel.

Read more