PHPackages                             oliveiraxavier/laravel-debugbar-open-ineditor - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. oliveiraxavier/laravel-debugbar-open-ineditor

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

oliveiraxavier/laravel-debugbar-open-ineditor
=============================================

laravel-debugbar plugin that provide buttons to open vscode

v1.0.1(3y ago)0381MITBladePHP &gt;=7.0

Since Sep 14Pushed 3y agoCompare

[ Source](https://github.com/oliveiraxavier/laravel-debugbar-open-ineditor)[ Packagist](https://packagist.org/packages/oliveiraxavier/laravel-debugbar-open-ineditor)[ RSS](/packages/oliveiraxavier-laravel-debugbar-open-ineditor/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

laravel-debugbar-vscode
=======================

[](#laravel-debugbar-vscode)

Plugin **laravel-debugbar** that provide **button** to open **vscode**

This package code is based on

How to use
----------

[](#how-to-use)

Click on the link (View in vscodium) as below :D

[![Screenshot 1](screenshots/laravel-debugbar-vscode.screnshot-1.png)](screenshots/laravel-debugbar-vscode.screnshot-1.png)

Click on the link ( app/Http/Controllers/HomeController.php:231-234) as below :D

[![Screenshot 2](screenshots/laravel-debugbar-vscode.screnshot-2.png)](screenshots/laravel-debugbar-vscode.screnshot-2.png)

Installation
------------

[](#installation)

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

```
composer require oliveiraxavier/laravel-debugbar-open-ineditor --dev
```

In .env file set your preferred text editor or IDE (phpstorm | vscode | vscodium | etc)

```
DEBUGBAR_EDITOR=vscodium
```

### Laravel 5.5+:

[](#laravel-55)

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:

[](#lumen)

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

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

All credits to

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 65.4% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1336d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4566aa27b985710bfc1fdceba917788143a141184b3a4a5e48555de799c5d3d5?d=identicon)[oliveiraxavier](/maintainers/oliveiraxavier)

---

Top Contributors

[![erlangparasu](https://avatars.githubusercontent.com/u/20636828?v=4)](https://github.com/erlangparasu "erlangparasu (17 commits)")[![oliveiraxavier](https://avatars.githubusercontent.com/u/7455063?v=4)](https://github.com/oliveiraxavier "oliveiraxavier (9 commits)")

---

Tags

laraveldebugbarvscode

### Embed Badge

![Health badge](/badges/oliveiraxavier-laravel-debugbar-open-ineditor/health.svg)

```
[![Health](https://phpackages.com/badges/oliveiraxavier-laravel-debugbar-open-ineditor/health.svg)](https://phpackages.com/packages/oliveiraxavier-laravel-debugbar-open-ineditor)
```

###  Alternatives

[barryvdh/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k124.3M624](/packages/barryvdh-laravel-debugbar)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k662.9k29](/packages/fruitcake-laravel-debugbar)[recca0120/laravel-tracy

A Laravel Package to integrate Nette Tracy Debugger

388283.0k3](/packages/recca0120-laravel-tracy)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
