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 174
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:metapackage
Requires
- php: >=5.4.0
- mvccore/ext-debug-tracy: ^5.2
- mvccore/ext-debug-tracy-auth: ^5.2
- mvccore/ext-debug-tracy-mvccore: ^5.2
- mvccore/ext-debug-tracy-routing: ^5.2
- mvccore/ext-debug-tracy-session: ^5.2
This package is auto-updated.
Last update: 2024-10-12 15:23:20 UTC
README
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