minond / nice_error
Nicer error output
dev-master
2014-03-28 01:42 UTC
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2024-11-04 16:27:37 UTC
README
Nicer errors for PHP. Just include "minond/nice_error": "dev-master"
in your composer file, set the NICE_ERRORS environment variable to "1", and that's it:
{ "require-dev": { "minond/nice_error": "dev-master" } }
NICE_ERRORS=1 php your_php_script.php
Browser output
CLI output
Inspired by [Better Errors](https://github.com/charliesome/better_errors).