Added Laravel 12 support
Full Changelog: https://github.com/seancheung/history/compare/v2.7.0...v2.8.0
Added custom history event translation support
Full Changelog: https://github.com/seancheung/history/compare/v2.6.1...v2.7.0
Full Changelog: https://github.com/seancheung/history/compare/2.6.0...v2.6.1
Added Laravel 11 support
Full Changelog: https://github.com/seancheung/history/compare/2.5.1...2.6.0
Full Changelog: https://github.com/seancheung/history/compare/2.5.0...2.5.1
Added Laravel 10 support
$dates mutatorFull Changelog: https://github.com/seancheung/history/compare/2.4.0...2.5.0
Added Laravel 9 support
You can now override default meta for
created/updating/deleting/restoredevents viagetModelMetamethod inHasHistoriestrait.
Contributed by @adbhutagaurangadas
Added PHP 8 support
Added auth guard configuration support
Added Laravel 8 support #12
Added Github Workflow support Added auto-load support: #11 Added Laravel 6 and 7 support #10
Added attributes blacklist support.
/*
|--------------------------------------------------------------
| Attributes blacklist
|--------------------------------------------------------------
|
| Please add the whole class names. Example: \App\User:class
| For each model, attributes in its respect array will NOT be recorded into meta when performing update operation.
|
*/
'attributes_blacklist' => [
// \App\User::class => [
// 'password'
// ],
]
Minor fix
How can I help you explore Laravel packages today?