Symonfy2 PHPStorm Project Setup
Dec 2, 2013 · 1 minute readCategory: Symonfy2
I was going to write a nice summary of how to set up PHPStorm with a Symfony2 project. There are a few things to be aware of such as getting the right code style set up so that your code follows the Symonfy2 coding standards.
As it happens though a quick google found that there is already an excellent summary here which I suggest you have a read of.
The only thing I would add to this are that you should probably install these PHPStorm plugins to get the best out of it:
and PHP Annotations
If you do all of this then you should have a really nice PHPStorm set up for working on your Symfony2 projects, enjoy!