Skip to content

[php lib] Laravel Debugbar VSCode open file button. Provide button to open file path in vscode (work with laravel-debugbar)

License

Notifications You must be signed in to change notification settings

erlangparasu/laravel-debugbar-vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laravel-debugbar-vscode

Plugin laravel-debugbar that provide button to open vscode

This package code is based on https://github.com/barryvdh/laravel-debugbar

How to use

Move mouse pointer to text that contains file path, then the button will appear. Click to open the path in vscode :D

Screenshot 1 Screenshot 2

Installation

Require this package with composer. It is recommended to only require the package for development.

composer require erlangparasu/laravel-debugbar-vscode:"3.x-dev" --dev

Laravel 5.5+:

Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.

If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php

ErlangParasu\DebugbarVscode\ServiceProvider::class,

Lumen:

For Lumen, register a different Provider in bootstrap/app.php:

if (env('APP_DEBUG')) {
    $app->register(ErlangParasu\DebugbarVscode\LumenServiceProvider::class);
}

About

[php lib] Laravel Debugbar VSCode open file button. Provide button to open file path in vscode (work with laravel-debugbar)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages