Skip to content
This repository has been archived by the owner on Apr 30, 2023. It is now read-only.

raveren/laravel-debugbar-phpstorm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laravel-debugbar-phpstorm

Plugin for Laravel Debugbar that provides a button to jump to visible file in PHPStorm.


Installation

composer require raveren/laravel-debugbar-phpstorm  --dev

This plugin reuses your Ignition settings IGNITION_LOCAL_SITES_PATH and IGNITION_REMOTE_SITES_PATH in your .env file. E.g.

IGNITION_LOCAL_SITES_PATH=<project root dir>
IGNITION_REMOTE_SITES_PATH=/home/vagrant/<project dir>

It might work without you setting those, it might not, currently I seem to be the only one using this, if this gains popularity I will improve the documentation..

What it does?

Screenshot 1 Screenshot 2

Click on the pencil button and this file will open in PHPStorm (if you have it locally of course).

This package is a very quick and hacky fork from https://github.com/erlangp/laravel-debugbar-vscode with a few improvements.

License: MIT

About

Laravel debugbar addon that provides buttons to open files in PhpStorm

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 53.1%
  • Blade 46.9%