0

I like Command Line Console Tool in PhpStorm more than Terminal. It's much easier to use, and there is Command Line Tool Support extension, that could bring aliases for Symfony or Composer. However, this could be possible just for local directories, but I want to log into my Vagrant Homestead machine and use this from inside.

Is there any way to achieve this? Thank you!

enter image description here

LazyOne
  • 158,824
  • 45
  • 388
  • 391
PayteR
  • 1,727
  • 1
  • 19
  • 35

1 Answers1

1

The best I can suggest is to create local batch/shell script that gets parameters and then executes final command on your remote host (be it Vagrant/SSH or even Docker).

Other than that -- https://youtrack.jetbrains.com/issue/WI-23740 -- watch it (star/vote/comment) to get notified on any progress.

LazyOne
  • 158,824
  • 45
  • 388
  • 391