Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

thesogafoi's avatar

Opening current Hoemestead project into PHP storm

hey i used homestead For creating project in bash

for example my project name is video.app and i am in video file in homstead with bash

then how can i open php storm with video project in bash ?

0 likes
2 replies
bobbybouwmann's avatar
Level 88

You can only open phpstorm from your host machine, not within Homestead(vagrant).

However you need to enable that. You can do that in PHPstorm under Tools> Create Command-line Launcher. This will create an executable called pstorm which you can use to open your project from the command line.

For example

// Some project
pstorm ~/Code/some-project

// Current directory
pstorm .
1 like

Please or to participate in this conversation.