cyrnicolase/laravel-response-hjson

There is no license information available for the latest version (0.0.2) of this package.

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

0.0.2 2018-01-11 05:14 UTC

This package is not auto-updated.

Last update: 2024-05-04 14:06:41 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,
]