ikkez/f3-falsum
最新稳定版本:v2.8.1
Composer 安装命令:
composer require ikkez/f3-falsum
包简介
Pretty error handling for Fat-Free Framework
README 文档
README
Pretty error handling for Fat-Free Framework
Instalation
To install it on you web app, just run the following command in you Terminal at your root directory:
composer require ikkez/f3-falsum
Next, on your bootstrap file (usually index.php) add the following line:
Falsum\Run::handler();
By default Falsum will only run when the DEBUG variable from the hive is set to 3. If you want to override this to show in any DEBUG status, send true as parameter on handler().
Falsum\Run::handler(true);
统计信息
- 总下载量: 140.62k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 21
- 点击次数: 1
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-01-17