Activity logs
Last updated
Was this helpful?
Last updated
Was this helpful?
This part of the project involves monitoring back-office activity on data models (previously discussed in the CRUDs section).
In this project, I've installed one of my packages called Laravel Activity Logs, which allows us to track the author of each action, the target, the date and all the values modified by the user. In this way, accounts with the designer role can track changes in detail and act accordingly.
When new activities are entered, this means that there have been changes concerning CRUDs.
In order to have an overall view of the data stored in the database, I have created the Statistics page, which allows administrators to view the data in graphical form.