XF 2.0 CLI command for creating an add on doesn't work in Windows

I was trying to follow the instructions for creating an add on.
I was in the correct directory and opened a command prompt[with administrator privs]
but issuing the command php cmd.php xf-addon:create
did nothing in Windows (no error message and absence of the the expected response)
Is there a 'special' way of doing this in Windows.
 
Yes, but it came up with php5.2 due to the environment variable being incorrectly set for the path
I changed the env variable path to php-5.5.33 and now the cli works as advertised. Thanks for the help.
 
the same problem!
how i can create an addon in local? im using vagrant or wampp
with the comand windows doesn't work... is there another option to create addons?
 
Top Bottom