Do not use the Netbeans console after installing a new package in Symfony2 (error: must select Symfony2 console)

As a newbie to Symfony Im trying to install and use the new package in Symfony (DoctrineFixturesBundle), but will lead to a problem.

I install the package after the instruction http://symfony.com/doc/master/bundles/DoctrineFixturesBundle/index.html

and in the end, when adding a new project using new-Symfony in Netbeans, I received this message:

enter image description here

enter image description here

+4
source share
1 answer

NetBeans just uses <Source Files>/app/consoleto launch the console.

Symfony Symfony, .

symfony2.6.1\Symfony\app\console
symfony2.6.1\Symfony\bin\...
symfony2.6.1\Symfony\src\...

, : symfony2.6.1\ Symfony\ Symfony\

+2

Source: https://habr.com/ru/post/1570009/


All Articles