Reputation: 3733
When I create Symfony project from PhpStorm I can use these (and other) settings, like create new Symfony Controller:
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
Reputation: 4721
You must activate plugin Symfony PHPStorm like that for each project :
Upvotes: 2