Download Latest Version v14.0.0 source code.tar.gz (16.2 kB)
Email in envelope

Get an email when there's a new version of Laravel Auditing

Home / v14.0.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-02-26 1.3 kB
v14.0.0 source code.tar.gz 2025-02-26 16.2 kB
v14.0.0 source code.zip 2025-02-26 34.0 kB
Totals: 3 Items   51.6 kB 0

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: https://github.com/owen-it/laravel-auditing/compare/v13.7.0...v14.0.0

Source: README.md, updated 2025-02-26