{"id":31803672,"url":"https://github.com/erlangparasu/laravel-debugbar-vscode","last_synced_at":"2025-10-11T01:20:58.609Z","repository":{"id":52934535,"uuid":"225089726","full_name":"erlangparasu/laravel-debugbar-vscode","owner":"erlangparasu","description":"[php lib] Laravel Debugbar VSCode open file button. Provide button to open file path in vscode (work with laravel-debugbar)","archived":false,"fork":false,"pushed_at":"2021-04-13T09:08:59.000Z","size":55,"stargazers_count":6,"open_issues_count":3,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-10T22:30:01.002Z","etag":null,"topics":["debugbar","laravel","php","plugin","vscode"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/erlangparasu.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-01T01:03:22.000Z","updated_at":"2023-04-27T02:03:07.000Z","dependencies_parsed_at":"2022-08-25T03:21:27.238Z","dependency_job_id":null,"html_url":"https://github.com/erlangparasu/laravel-debugbar-vscode","commit_stats":null,"previous_names":["erlangp/laravel-debugbar-vscode"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/erlangparasu/laravel-debugbar-vscode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erlangparasu%2Flaravel-debugbar-vscode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erlangparasu%2Flaravel-debugbar-vscode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erlangparasu%2Flaravel-debugbar-vscode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erlangparasu%2Flaravel-debugbar-vscode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erlangparasu","download_url":"https://codeload.github.com/erlangparasu/laravel-debugbar-vscode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erlangparasu%2Flaravel-debugbar-vscode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279005926,"owners_count":26083984,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["debugbar","laravel","php","plugin","vscode"],"created_at":"2025-10-11T01:20:57.585Z","updated_at":"2025-10-11T01:20:58.600Z","avatar_url":"https://github.com/erlangparasu.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# laravel-debugbar-vscode\n\nPlugin **laravel-debugbar** that provide **button** to open **vscode**\n\nThis package code is based on https://github.com/barryvdh/laravel-debugbar\n\n## How to use\n\nMove mouse pointer to text that contains file path, then the button will appear. Click to open the path in vscode :D\n\n![Screenshot 1](screenshots/laravel-debugbar-vscode.screnshot-1.png)\n![Screenshot 2](screenshots/laravel-debugbar-vscode.screnshot-2.png)\n\n## Installation\n\nRequire this package with composer. It is recommended to only require the package for development.\n\n```shell\ncomposer require erlangparasu/laravel-debugbar-vscode:\"3.x-dev\" --dev\n```\n\n### Laravel 5.5+:\n\nLaravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.\n\nIf you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php\n\n```php\nErlangParasu\\DebugbarVscode\\ServiceProvider::class,\n```\n\n### Lumen:\n\nFor Lumen, register a different Provider in `bootstrap/app.php`:\n\n```php\nif (env('APP_DEBUG')) {\n    $app-\u003eregister(ErlangParasu\\DebugbarVscode\\LumenServiceProvider::class);\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferlangparasu%2Flaravel-debugbar-vscode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferlangparasu%2Flaravel-debugbar-vscode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferlangparasu%2Flaravel-debugbar-vscode/lists"}