LaravelPackages.net
Acme Inc.
Toggle sidebar
cyrnicolase/laravel-response-hjson

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

16
0
0.0.2
About cyrnicolase/laravel-response-hjson

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

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

Star History Chart