Releases: nilportugues/laravel5-jsonapi
Releases · nilportugues/laravel5-jsonapi
2.2.0
2.1.15
2.1.14
- Fixed support debug mode for all the package.
- Throws exception for
4xx
and5xx
responses ifconfig('app.debug')
istrue
. - Fixed caching: if
config('app.debug')
istrue
, cachings are not cached.
- Throws exception for
2.1.12
- Implemented support for the
php artisan vendor:publish
command.
2.1.11
2.1.10
- Missing
ErrorBag $errorBag
argument inJsonApiTrait::createResourceCallable
2.1.9
2.1.8
2.1.7
- Require
composer.json
jsonapi library with^2.1