Reputation: 121
I've got problems with integration zftool into PHPStorm. I tryied it in two ways:
Command Line Tool Support
to zf.phpCommand Line Tool Support
to zf.phar For example I've added composer into PHPStorm Command Line Tool Support
with writing path $PhpExecutable$ composer.phar
.
Look there
I tried to do the same with ZFTool but it didn't work for me.:
C:\bin>echo @php "%~dp0zftool.phar" %*>zftool.bat
And then in PHPStorm $PhpExcecutable$ zftool.phar
, and add to global variables folder zftool/bin
My questions are:
$PhpExcecutable$
is and can I set/install any .phar like this? (I've
chose automatic installation of composer).Upvotes: 2
Views: 851
Reputation: 6631
How I fixed this issue:
vendor
directory with ZFTool
name (I guess case is important)ZFTool
directoryCommand Line Support
in PhpStorm and pointed to the phar
file.Easy? Don't think so :S
Upvotes: 1