Skip to content

dasim/laravel-tracy

 
 

Repository files navigation

Laravel Tracy Debugbar

Laravel with Nette Tracy Debug Tool

Latest Stable Version Total Downloads Latest Unstable Version License Monthly Downloads Daily Downloads

Installation

Add Presenter to your composer.json file:

"require": {
    "recca0120/laravel-tracy": "~1.0.1"
}

Now, run a composer update on the command line from the root of your project:

composer update

Registering the Package

Include the service provider within app/laravel-tracy/app.php. The service povider is needed for the generator artisan command.

'providers' => [
    ...
    Recca0120\LaravelTracy\ServiceProvider::class,
    ...
];

Editor Link

windows

copy <vendor path>/recca0120/laravel-tracy/tools/subl-handler/subl-handler.vbs to any directory where you want to place

double click subl-handler.vbs and select editor (support eclipse, sublime, notepad++, else...)

OSX

https://github.com/dhoulb/subl

ScreenShot

Panel Debug

NEW FEATURE

Terminal

Add Presenter to your composer.json file:

"require": {
    "recca0120/terminal": "~2.0.5"
}

Now, run a composer update on the command line from the root of your project:

composer update

Include the service provider within app/config/app.php. The service povider is needed for the generator artisan command.

'providers' => [
    ...
    Recca0120\Terminal\ServiceProvider::class,
    ...
];

Publish assets files

artisan vendor:publish --provider="Recca0120\Terminal\ServiceProvider"

INFO

about terminal

About

Nette Tracy Debugger for Laravel 5

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.0%
  • JavaScript 1.0%