erlangparasu/laravel-debugbar-vscode 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

erlangparasu/laravel-debugbar-vscode

Composer 安装命令:

composer require erlangparasu/laravel-debugbar-vscode

包简介

laravel-debugbar plugin that provide buttons to open vscode

README 文档

README

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);
}

统计信息

  • 总下载量: 2.53k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 7
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 7
  • Watchers: 1
  • Forks: 4
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-12-01