Skip to content

Releases: macropay-solutions/laravel-crud-wizard-free

Make RESOURCE_NAME optional

17 Feb 08:15
Compare
Choose a tag to compare

Fix sql ambiguous error for related id

14 Feb 07:56
Compare
Choose a tag to compare
3.4.13

Fix sql ambiguous error for related id

Add get update and delete related by identifier

13 Feb 16:53
Compare
Choose a tag to compare

Example
GET|PUT|DELETE /{resource}/{identifier}/{relation}/{relatedIdentifier}

Use singular for model not found error message

13 Feb 07:43
Compare
Choose a tag to compare

Avoid division by 0 on getEmptyPaginatedResponse

10 Jan 14:10
Compare
Choose a tag to compare
3.4.10

Avoid division by 0 on getEmptyPaginatedResponse

add BaseModelFrozenAttributes

19 Dec 07:16
d7234c3
Compare
Choose a tag to compare
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

17 Dec 09:10
Compare
Choose a tag to compare
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

06 Dec 22:47
Compare
Choose a tag to compare
3.4.7

fix inheritance for eager loading and accessors/appends https://githu…

bulletproofing forceReplace and forceOffsetUnset macros

04 Dec 19:01
Compare
Choose a tag to compare

Cover query + json, query + non json cases

fix forceReplace macro

04 Dec 10:32
Compare
Choose a tag to compare
3.4.5

fix forceReplace macro