项目作者: ikkez

项目描述 :
Pretty error handling for Fat-Free Framework
高级语言: PHP
项目地址: git://github.com/ikkez/f3-falsum.git
创建时间: 2019-01-17T11:21:45Z
项目社区:https://github.com/ikkez/f3-falsum

开源协议:

下载


Falsum

Pretty error handling for Fat-Free Framework

Downloads
Version

Preview

Instalation

To install it on you web app, just run the following command in you Terminal at your root directory:

  1. composer require ikkez/f3-falsum

Next, on your bootstrap file (usually index.php) add the following line:

  1. 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().

  1. Falsum\Run::handler(true);