Skip to content
This repository has been archived by the owner on Nov 15, 2020. It is now read-only.

Latest commit

 

History

History
38 lines (28 loc) · 1.87 KB

README.md

File metadata and controls

38 lines (28 loc) · 1.87 KB

Tracy BlueScreen panel for Exception::__debugInfo for Nette

Build Status SensioLabsInsight Status Latest Stable Version Composer Downloads Dependency Status HHVM Status

Nette integration for Tracy BlueScreen panel for Exception::__debugInfo.

Requirements

  • Tracy >=2.3.0 (2.3.x support will be removed on 31 Jan 2017)
  • Nette\DI >=2.3.0 (2.3.x support will be removed on 31 Jan 2017)
  • PHP >=5.5.0 (5.5.x support will be removed on 10 Jul 2016)

Installation

composer require nella/tracy-debug-info-nette

Usage

extensions:
	tracyDebugInfo: Nella\Tracy\DebugInfoExtension

License

Tracy BlueScreen panel for Exception::__debugInfo is licensed under the MIT License - see the LICENSE file for details