Releases: macropay-solutions/laravel-crud-wizard-free
Releases · macropay-solutions/laravel-crud-wizard-free
List unhydrated
public const LIST_UN_HYDRATED_WHEN_POSSIBLE = false is default in model. Set to true if needed.
Improve Active Record Segregation Properties
4.1.1 Improve Active Record Segregation Properties
Improve Active Record Segregation Properties
protected const A = 'a';
protected const R = 'r';
/**
* @var array<string, <string, string>>
*/
protected static array $activeRecordFqnSegregationPropertiesFqnsMap = [];
The above were added to BaseModel.php that could have a low clash probability.
Refactor getFiltered for symfony 7.x - fix config
4.0.1 Refactor getFiltered for symfony 7.x - fix config
Add Active Record Segregation Properties
Add Active Record Segregation Properties
Refactor getFiltered for symfony 7.x
Request::getFiltered with FILTER_DEFAULT
3.5.6 Add Request::getFiltered update README.md
Request::getFilteres macro
3.5.5 Add Request::getFiltered(string $key, mixed $default = null, string|i…
Improve Builder::with
Clean BaseModelAttributes.php of unwanted autocomplete functions
3.5.3 Clean BaseModelAttributes.php of unwanted autocomplete functions
Implement Jsonable to BaseModelFrozenAttributes fix
3.5.2 Implement Jsonable to BaseModelFrozenAttributes