rafamds/f3-falsum

This package is abandoned and no longer maintained. No replacement package was suggested.

Pretty error handling for Fat-Free Framework

Maintainers

Package info

github.com/rafamds/f3-falsum

Homepage

pkg:composer/rafamds/f3-falsum

Statistics

Installs: 418

Dependents: 3

Suggesters: 0

Stars: 30

Open Issues: 2

v2.6 2017-01-30 13:35 UTC

This package is not auto-updated.

Last update: 2018-10-25 12:47:39 UTC


README

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:

composer require rafamds/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);