Releases: phpsa/laravel-api-controller
Releases · phpsa/laravel-api-controller
1.5.0-rc.11
if id passed, no need to remap it. --
1.5.0-rc.7
Update process relation methods
minor relation updating
1.5.0-rc.5 Apply fixes from StyleCI (#53)
BelongsToOne Improved
BelongsToOne -- needs an existance check Belongs to Many still might need some work
Resource improved
1.5.0-rc.3 Apply fixes from StyleCI (#51)
Relationship updates
Resolves an issue with saving related data (#49) When relationships are defined on models with camel case, the request input gets converted to snake case, so `$data` contains the related data in snake case key.
1.5.0-rc.9: Resolves an issue with saving related data (#49)
When relationships are defined on models with camel case, the request input gets converted to snake case, so `$data` contains the related data in snake case key.
Relationships updated
+ Adds BelongsTo and BelongsToMany Relations,
# Fixes composer 2 compatability
# Refactor on the relationships methodology for tidier code.
Relations updated
- Adds BelongsTo and BelongsToMany Relations,
Fixes composer 2 compatability
Refactor on the relationships methodology for tidier code.
Bug Fix - Resources
1.4.4 Need the resource object in our related resource