You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the list of community drivers for the owen-it/laravel-auditing package on the official website contains several outdated drivers. Specifically, some of them reference repositories that are no longer actively maintained or compatible with recent versions of Laravel.
I’ve created a new filesystem driver package, kyagie/laravel-auditing-filesystem, which is up-to-date and compatible with the latest versions of PHP and Laravel. This package allows the storage of audit logs in CSV format across all registered Laravel disks.
Hi,
I noticed that the list of community drivers for the owen-it/laravel-auditing package on the official website contains several outdated drivers. Specifically, some of them reference repositories that are no longer actively maintained or compatible with recent versions of Laravel.
I’ve created a new filesystem driver package, kyagie/laravel-auditing-filesystem, which is up-to-date and compatible with the latest versions of PHP and Laravel. This package allows the storage of audit logs in CSV format across all registered Laravel disks.
You can find the package here: kyagie/laravel-auditing-filesystem.
The text was updated successfully, but these errors were encountered: