Skip to content

Releases: Froiden/laravel-rest-api

addHidden changed to makeHidden

02 Jul 12:33
52701f1

Choose a tag to compare

7.0.2

Update ApiController.php

L7 support Throwable

10 Mar 06:20
ef84e6c

Choose a tag to compare

env('APP_DEBUG') to config('app.debug')

04 Feb 08:39
3eb2cbe

Choose a tag to compare

env('APP_DEBUG') to config('app.debug')

Show error exception only case of api

29 Jan 12:58

Choose a tag to compare

Check if prefix is set and use that debug
This is done to prevent default error message show in otherwise application
which are not using the api

getForeignKeyName, getQualifiedForeignKeyName, and getOwnerKeyName

27 Jan 16:27

Choose a tag to compare

The getForeignKey, getQualifiedForeignKey, and getOwnerKey methods of the BelongsTo relationship have been renamed to getForeignKeyName, getQualifiedForeignKeyName, and getOwnerKeyName respectively, making the method names consistent with the other relationships offered by Laravel.

Laravel 6 Support

27 Jan 12:14
2d36b1f

Choose a tag to compare

6.0.0

Update composer.json

Laravel 5.8 Release

04 Apr 09:59
2085c39

Choose a tag to compare

5.0.0

Laravel 5.8

Bug Fix in destroying

13 Mar 07:31
f977ecc

Choose a tag to compare

Merge pull request #19 from this-is-raj/master

Fix destroying event call back function signature

Belong to Many Fix

13 Feb 04:46
bc437a8

Choose a tag to compare

Merge pull request #18 from this-is-raj/master

Feat: added functionality for fetching results in belongs to many rel…

Laravel 5.7 support fixed

26 Oct 04:53
73bb913

Choose a tag to compare

Merge pull request #17 from phailee/5.7

Feat: common for 5.6 and 5.7