Releases: Froiden/laravel-rest-api
Releases · Froiden/laravel-rest-api
Laravel 5.7 support
Merge pull request #15 from phailee/5.7 Feat: laravel 5.7 support
HasMany Fixed
Merge pull request #13 from phailee/5.6 Fix: hasMany relation bug (call relation on relation) fix
Debug False Response bug fix
Merge pull request #11 from phailee/5.6 Fix: response bug fix
Laravel 5.6 support
Merge pull request #10 from phailee/5.6 Feat: laravel 5.6 support
Pivot table update for many to many relations
Now you can update pivot table columns by sending relation in the following format:
[
{
"id": 12, // Primary key
"pivot": {
"count": 8 // Pivot table column
}
}
]
Pivot table update for many to many relations
Now you can update pivot table columns by sending relation in following format:
[
{
"id": 12, // Primary key
"pivot": {
"count": 8 // Pivot table column
}
}
]
Pivot table update for many to many relations
Now you can update pivot table columns by sending relation in following format:
[
{
"id": 12, // Primary key
"pivot": {
"count": 8 // Pivot table column
}
}
]
Fix phpunit issue
3.0.2 Update composer.json
Fix phpunit issue
2.0.2 Update composer.json
Release for laravel 5.5
3.0.1 Merge remote-tracking branch 'origin/5.5'