junichi11 / cakephp3-netbeans

CakePHP3/4 support in NetBeans
Apache License 2.0
46 stars 10 forks source link

CakePHP 3.6 - Netbeans Plugin - Doesn't work #64

Closed danilobatistaqueiroz closed 6 years ago

danilobatistaqueiroz commented 6 years ago

I don't know what I did wrong.
The version of my CakePHP is 3.6 and NetBeans IDE 8.2, plugin version 0.5.1
The server doesn't start up.
Can you help me?

project output configurations

acomerlatto commented 6 years ago

Your PHP is not set to environment variables. So when you try to start the server it gives the error saying that it does not know the php command.

danilobatistaqueiroz commented 6 years ago

Thanks very much. Only added php's path in %PATH% variable and it worked!!