Skip to content

Releases: Froiden/laravel-rest-api

Laravel 5.7 support

25 Oct 16:36
4ca58de
Compare
Choose a tag to compare
Merge pull request #15 from phailee/5.7

Feat: laravel 5.7 support

HasMany Fixed

27 Aug 08:41
7bf69af
Compare
Choose a tag to compare
Merge pull request #13 from phailee/5.6

Fix: hasMany relation bug (call relation on relation) fix

Debug False Response bug fix

21 Aug 09:05
3fa449a
Compare
Choose a tag to compare
Merge pull request #11 from phailee/5.6

Fix: response bug fix

Laravel 5.6 support

21 Aug 07:01
1033747
Compare
Choose a tag to compare
Merge pull request #10 from phailee/5.6

Feat: laravel 5.6 support

Pivot table update for many to many relations

08 Feb 09:26
Compare
Choose a tag to compare

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

08 Feb 09:24
Compare
Choose a tag to compare

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

08 Feb 09:23
Compare
Choose a tag to compare

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

26 Dec 10:44
a56c1d6
Compare
Choose a tag to compare
3.0.2

Update composer.json

Fix phpunit issue

26 Dec 10:43
a917f9c
Compare
Choose a tag to compare
2.0.2

Update composer.json

Release for laravel 5.5

27 Nov 08:43
Compare
Choose a tag to compare
3.0.1

Merge remote-tracking branch 'origin/5.5'