cyrnicolase/laravel-response-hjson is a Laravel package for 自定义json下行格式,包含自定义错误码,http码.
It currently has 0 GitHub stars and 16 downloads on Packagist (latest version 0.0.2).
Install it with composer require cyrnicolase/laravel-response-hjson.
Discover more Laravel packages by cyrnicolase
or browse all Laravel packages to compare alternatives.
Last updated
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,
]