webino/zf2nette-debug

This package is abandoned and no longer maintained. No replacement package was suggested.

User friendly Exception and Error handler ported from Nette Framework.

1.1.1 2012-11-08 01:03 UTC

This package is not auto-updated.

Last update: 2020-01-24 14:46:54 UTC


README

It's replaced by https://github.com/webino/WebinoDebug

!!! THIS PACKAGE IS NO LONGER BEING MAINTAINED !!!

ZF2 Debugger ported from Nette Framework

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)

  1. Run php composer.phar require webino/zf2nette-debug:1.*
  2. Add ZF2NetteDebug to the enabled modules list

Showcase

local error public error

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

This component is initially provided by the Nette Framework.