Skip to content
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.

Latest commit

 

History

History
46 lines (27 loc) · 1.11 KB

README.md

File metadata and controls

46 lines (27 loc) · 1.11 KB

!!! THIS PACKAGE IS DEPRECATED !!!

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.