mvccore/ext-debug-tracy-all

MvcCore - Extension - Debug - Tracy - All - adapter class for Nette Framework `tracy/tracy` library with all implemented debug panels for MvcCore.

Installs: 1 033

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:metapackage

v5.2.0 2023-12-12 13:01 UTC

This package is auto-updated.

Last update: 2024-04-12 14:16:06 UTC


README

Latest Stable Version License PHP Version

MvcCore Debug Extension to replace internal MvcCore variables dumping with Nette Tracy library (tracy/tracy) with all implemented debug panels for MvcCore.

Installation

composer require mvccore/ext-debug-tracy-all

Example

Add this to Bootstrap.php or to very application beginning:

\MvcCore\Application::GetInstance()->SetDebugClass('\\MvcCore\\Ext\\Debugs\\Tracy');

Extensions

  • mvccore/ext-debug-tracy
  • mvccore/ext-debug-tracy-auth
  • mvccore/ext-debug-tracy-mvccore
  • mvccore/ext-debug-tracy-routing
  • mvccore/ext-debug-tracy-session

Dependent packages:

  • mvccore/mvccore
  • mvccore/ext-auth
  • mvccore/ext-form
  • tomflidr/tracy