cyrnicolase/laravel-response-hjson

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

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

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/cyrnicolase/laravel-response-hjson

0.0.2 2018-01-11 05:14 UTC

This package is not auto-updated.

Last update: 2025-10-04 20:50:57 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,
]