weew/http-app-error-handler-json
Composer 安装命令:
composer require weew/http-app-error-handler-json
包简介
Display json formatted errors and exceptions in http applications.
README 文档
README
Table of contents
Installation
composer require weew/http-app-error-handler-json
Introduction
This package provides visualisation of errors and exceptions in JSON format for the weew/http-app package.
Usage
To enable this provider simply register it on the kernel.
$app->getKernel()->addProviders([ ErrorHandlerProvider::class, JsonErrorHandlerProvider::class, ]);
统计信息
- 总下载量: 84
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-07-23