It's replaced by https://github.com/webino/WebinoDebug
Provides user friendly error and exception handling.
- User friendly errors and exceptions
- Can write error log
- Can notify by email
- Discrete production server error page
Following steps are necessary to get this module working (considering a zf2-skeleton or very similar application)
- Run
php composer.phar require webino/zf2nette-debug:1.*
- Add
ZF2NetteDebug
to the enabled modules list
- Fix error/index Can only throw objects Fatal Error.
- Nette bar disabled by default + toggle option.
- homepage: http://doc.nette.org/cs/debugging
This component is initially provided by the Nette Framework.
- homepage: http://nette.org
- repository: http://github.com/nette/nette