Skip to content

minond/NiceError

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NiceError

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

screenshot

CLI output

screenshot


Inspired by [Better Errors](https://github.com/charliesome/better_errors).

About

Nicer errors for PHP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published