Open djzara opened 3 years ago
There's an interface to use for events that are auditable, and each reports information that is caught by an audit log listener and deposited in to a table for later reference.
Made an Audit facade, figured abstracting this for different audit stores made sense.
Also put in a workaround for a tailwindcss 3 bug. see comments in app.css
There's an interface to use for events that are auditable, and each reports information that is caught by an audit log listener and deposited in to a table for later reference.