Releases: Froiden/laravel-rest-api
Releases · Froiden/laravel-rest-api
addHidden changed to makeHidden
7.0.2 Update ApiController.php
L7 support Throwable
Bug Fix
env('APP_DEBUG') to config('app.debug')
env('APP_DEBUG') to config('app.debug')
Show error exception only case of api
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
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
6.0.0 Update composer.json
Laravel 5.8 Release
5.0.0 Laravel 5.8
Bug Fix in destroying
Merge pull request #19 from this-is-raj/master Fix destroying event call back function signature
Belong to Many Fix
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
Merge pull request #17 from phailee/5.7 Feat: common for 5.6 and 5.7