cyrnicolase / laravel-response-hjson
自定义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
Requires
- php: 7.0.*
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,
]