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
4xx
and 5xx
responses if config('app.debug')
is true
.config('app.debug')
is true
, cachings are not cached.