cyrnicolase/laravel-response-hjson

自定义JSON下行格式,包含自定义错误码,Http码

Downloads

15

Stars

0

Version

0.0.2

Laravel Response Hjson

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,
]
cyrnicolase

Author

cyrnicolase