Releases: macropay-solutions/laravel-crud-wizard-free
Releases · macropay-solutions/laravel-crud-wizard-free
Make RESOURCE_NAME optional
Fix sql ambiguous error for related id
3.4.13 Fix sql ambiguous error for related id
Add get update and delete related by identifier
Example
GET|PUT|DELETE /{resource}/{identifier}/{relation}/{relatedIdentifier}
Use singular for model not found error message
Avoid division by 0 on getEmptyPaginatedResponse
3.4.10 Avoid division by 0 on getEmptyPaginatedResponse
add BaseModelFrozenAttributes
add BaseModelFrozenAttributes (#8) * add BaseModelFrozenAttributes * add BaseModelFrozenAttributes * add BaseModelFrozenAttributes * add BaseModelFrozenAttributes replace toArray with __toString and return json to ease the @mixin usage * add BaseModelFrozenAttributes replace toArray with __toString and return json to ease the @mixin usage * add BaseModelFrozenAttributes add getFrozen to BaseModel * add BaseModelFrozenAttributes update README.md * add BaseModelFrozenAttributes update README.md * add BaseModelFrozenAttributes handle return type for json_decode * Make the stdClass read only also for its content and update README.md * README.md mention that Model is retrievable form db for frozen attributes ---------
Downgrade require-dev to v 8
3.4.8 update composer require dev to version 8
fix inheritance for eager loading and accessors/appends https://github.com/laravel/framework/issues/51825
3.4.7 fix inheritance for eager loading and accessors/appends https://githu…
bulletproofing forceReplace and forceOffsetUnset macros
Cover query + json, query + non json cases
fix forceReplace macro
3.4.5 fix forceReplace macro