Download the PHP package recca0120/laravel-tracy without Composer
On this page you can find all versions of the php package recca0120/laravel-tracy. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download recca0120/laravel-tracy
More information about recca0120/laravel-tracy
Files in recca0120/laravel-tracy
Package laravel-tracy
Short Description A Laravel Package to integrate Nette Tracy Debugger
License MIT
Informations about the package laravel-tracy
Nette Tracy for Laravel 5
Better Laravel Exception Handler
Features
- Visualization of errors and exceptions
- Debugger Bar (ajax support @v1.5.6)
- Exception stack trace contains values of all method arguments.
Online Demo
Installing
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 povider is needed for the generator artisan command.
publish
if you see Route [tracy.bar] not defined. pleace run artisan route:clear
once
Config
Editor Link
windows
If you use Vagrant and have issues with the incorrect path being called, you can create a symlink as illustrated at: https://prnt.sc/lpswki
OSX
Prefer PhpStorm, you can edit config/tracy.php
's key of editor
like this:
Debugger Bar
Directive bdump
Ajax Debugger Bar
SystemInfo
Route
View
Session
Request
Auth
Custom Auth
Html Validator
Web Artisan
web artisan is another package recca0120/terminal
notice
if you install terminal before, this panel will throw errors, please remove folder app/resources/views/vendor/terminal
STANDALONE
Thanks
All versions of laravel-tracy with dependencies
illuminate/contracts Version ^5.1|^6.0|^7.0|^8.0|^9.0|^10.0
illuminate/database Version ^5.1|^6.0|^7.0|^8.0|^9.0|^10.0
illuminate/routing Version ^5.1|^6.0|^7.0|^8.0|^9.0|^10.0
illuminate/session Version ^5.1|^6.0|^7.0|^8.0|^9.0|^10.0
illuminate/support Version ^5.1|^6.0|^7.0|^8.0|^9.0|^10.0
illuminate/view Version ^5.1|^6.0|^7.0|^8.0|^9.0|^10.0
recca0120/terminal Version ^1.8
tracy/tracy Version >=2.4,<2.9