Skip to content

Pretty error handling for Fat-Free Framework

Notifications You must be signed in to change notification settings

ikkez/f3-falsum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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:

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);