cyrnicolase / laravel-response-hjson
There is no license information available for the latest version (0.0.2) of this package.
自定义JSON下行格式,包含自定义错误码,Http码
Package info
github.com/cyrnicolase/laravel-response-hjson
pkg:composer/cyrnicolase/laravel-response-hjson
0.0.2
2018-01-11 05:14 UTC
Requires
- php: 7.0.*
This package is not auto-updated.
Last update: 2026-03-21 22:56:24 UTC
README
Installation
Execute the following command to get the latest version of the package:
composer require cyrnicolase/laravel-response-hjson
In your config/app.php add HjsonResponse\HjsonResponseProvider::class to the end of the providers array:
'providers' => [
...
HjsonResponse\HjsonResponseProvider::class,
]