Easy Model
- Adds the
fetchBuildermethod.
- Adds the ability to specify the builder type that is getting back.
- Updates the return type of the
setUpdatableModelmethod. - Removes the
setChainableModelmethod. - Removes the
updateOrCreateModelandupdateOrCreateRelationshipmethods. - Fixes the issue of updating single model instances.
- Fixes the issue of populating the
updated_atcolumn when incrementing and decrementing values. - Fixes the issue of toggling many columns at a bunch of records.
- Fixes the model serialization issue encountered in the
toggleColumnsmethod. - Fixes the issue of updating an empty array of togglable columns.
Full Changelog: , which enables you to expose private and protected methods concisely, eliminating the need for PHP Reflection. I leveraged this feature to utilize Laravel's addUpdatedAtColumn method, rather than building the same functionality within the package. 🚀

SOCIAL SHARE CARD GENERATOR