github owen-it/laravel-auditing v14.0.0

19 hours ago

This package now supports PHP >= 8.2 and Laravel >= 11. Deprecated code has been removed.

Breaking Change

If you are using custom auditing, you will almost definitely need to change Event::dispatch(AuditCustom::class, [$yourModel]); to Event::dispatch(new AuditCustom($yourModel));

What's Changed

New Contributors

Full Changelog: v13.7.0...v14.0.0

Don't miss a new laravel-auditing release

NewReleases is sending notifications on new releases.