Symfony2 console must be mac selected

I am running a symfony2 project on netbeans on mac and I am getting this error when I try to open one new symfony2 project. error message shows at symfony2

In the background, if you look that I'm already using the composer version ...

no composer found at netbeans And from netbeans also I can't find a composer. I also set composer worldwide as ...

$ curl -sS https://getcomposer.org/installer | php
$ sudo mv composer.phar /usr/local/bin/composer

      

Does anyone know what I am doing wrong or how I can fix this problem?

+3


source to share


1 answer


Well, I had the same problem a few weeks ago.

You have to use symfony.zip and then in netbeans login to

Tools> Options> PHP> Framework and Tools> symfony2



And then enter the path to your .zip archive

Hope this helps.

I don't have my MAC with me right now. I could check it out today if need be.

0


source







All Articles