MorganFreeFarm
MorganFreeFarm

Reputation: 3733

How to create Symfony project from console, but still using Symfony plugin in PhpStorm?

When I create Symfony project from PhpStorm I can use these (and other) settings, like create new Symfony Controller:

enter image description here

But when I create Symfony project from console and open folder with PhpStorm, I can't use them.

How can I fix it?

Upvotes: 1

Views: 1083

Answers (1)

miltone
miltone

Reputation: 4721

You must activate plugin Symfony PHPStorm like that for each project :

enter image description here

Upvotes: 2

Related Questions