I am going to implement the User Log history into my project (OrangeHRM). I am using Doctrine.I found some plugins for Log and History but those plugins use Propal but I want in doctrine.Is there any plugin for this?
If no then I am going to implement this on every Action (Add/Edit/Delete). This will be take too much time to find and enter code. I want that is there any Event that can tell us the Add/Edit/Delete Status so that I just enter my Log history code in that Event.