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
- 🔧 drop php < 8.2 and add laravel 12 by @willpower232 in https://github.com/owen...