Breaking changes: refactored entirely for PHP 8.1. Many interfaces and method signatures are updated, strict typing is enforced.
Added Dennis' feature to better handle soft deleting models, including a configuration option that controls whether updating trashed records is allowed.
Added Dennis' feature to allow forceCreate() and forceUpdate(), which ignores fillable guarding.
Fixed a few incorrect method signatures (not compatible with the PHP 7+ strict hints).
Replaced a reference to the App alias with a direct reference to the facade.
Fixed an issue with BelongsToMany where saving on the relation causes duplicates to be added (or SQL errors to occur).
Introduced strict return types and scalar typehints. Added test setup for Laravel 6.0 context.
How can I help you explore Laravel packages today?