Download the PHP package evonext/tracy without Composer
On this page you can find all versions of the php package evonext/tracy. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download evonext/tracy
More information about evonext/tracy
Files in evonext/tracy
Package tracy
Short Description A EvoNext CMS Package to integrate Nette Tracy Debugger
License MIT
Informations about the package tracy
Integration Nette Tracy for EvoNext CMS
Better Exception Handler
Features
- Visualization of errors and exceptions
- Debugger Bar (ajax support @v1.5.6)
- Exception stack trace contains values of all method arguments.
Installation
To get the latest version of Laravel Exceptions, simply require the project using Composer:
Instead, you may of course manually update your require
block and run composer update
if you so choose:
Include the service provider within config/app.php
. The service provider is needed for the generator artisan command.
If you see Route tracy.bar
not defined, please run artisan route:clear
once
Config
Basic settings can be changed using environment variables:
Publish config
If you need to change other settings, publish the configuration:
The /config
directory will contain the file tracy.php
, which you can change as you see fit.
Editor Link
See https://tracy.nette.org/en/open-files-in-ide
Debugger Bar
Images clickable
@bdump |
Ajax | SysInfo | Route |
View | Session | Request | Login |
Custom Auth
Thanks
All versions of tracy with dependencies
illuminate/contracts Version ^8.0|^9.0
illuminate/database Version ^8.0|^9.0
illuminate/routing Version ^8.0|^9.0
illuminate/session Version ^8.0|^9.0
illuminate/support Version ^8.0|^9.0
illuminate/view Version ^8.0|^9.0
tracy/tracy Version >=2.4,<2.9