Any Laravel Events triggered when a Form is shown or Modal is opened when using FormBuilder/Actions
I am using the standalone Formbuilder and Standalone actions, are there any events triggered when the form builder modal or actions modal are triggered? I want to track these options for audit purposes. Anyway to do it?
8 Replies
Even if they are Livewire events, I can use them
trying to find if there are any docs for this
It might be slightly different than you envisioned, but I recently implemented this accountant package for auditing purposes
Recordable configuration | Accountant
The auditing & accountability package for Laravel's Eloquent ORM.
I believe (but am not certain) that the
retrieved
event would be fired when the modal is opened
You would need to modify the default config to allow for the recording of the retrieved
event@bwurtz999 thank you, but this package wouldn't help because the form and actions I use are standalone and not part of the admin panel. So the
retreived
event would not be helpful in this case.You're probably right
Have you looked into global settings?
I wonder if maybe you could set a global configuration that runs when it is rendered