Looking to hire Laravel developers? Try LaraJobs

laravel-response-hjson maintained by cyrnicolase

Description
自定义JSON下行格式,包含自定义错误码,Http码
Author
Last update
2018/01/11 06:16 (dev-master)
License
Links
Downloads
16
Tags

Comments
comments powered by Disqus

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