intellij idea - Setup PhpStorm and Docker for PHP development without PHP on the host -


i want use phpstorm (in fact intellij php plugin) develop php software. i've been using linux laptop, php 5.5 , oracle library. has been difficult setup , had few compatibility problems.

i have macbook need setup development environment. want try , use docker development, should allow me have different php versions no interaction. still want use phpstorm, , if possible don't want install php on host keep clean.

is there way setup phpstorm use php interpreter inside docker machine don't need install php on host?

i'm using this guide , i'm trying follow this setup php interpreter.

phpstorm not require php installed anywhere.

php required run or debug scripts , tests, use composer, etc.

the simplest way osx host use phpstorm vagrant. still can use docker described in phpstorm remote interpreter, still uses same vm, may require bit more effort configure dockerfile.


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -