joacub / zf2nette-debug
User friendly Exception and Error handler ported from Nette Framework.
1.1.1
2012-11-08 01:03 UTC
Requires
- php: >=5.3.3
- zendframework/zendframework: 2.*
Suggests
- webino/WebinoDraw: XHTML Layout Renderer for Zend Framework
- zendframework/ZendDeveloperTools: Module for developer and debug tools for working with the ZF2 MVC layer.
This package is not auto-updated.
Last update: 2024-11-04 15:17:00 UTC
README
Provides user friendly error and exception handling.
Features
- User friendly errors and exceptions
- Can write error log
- Can notify by email
- Discrete production server error page
Setup
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
Showcase
Changelog
1.1.1
- Fix error/index Can only throw objects Fatal Error.
1.1.0
- Nette bar disabled by default + toggle option.
About Nette Debugger
- 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