This is the Symfony 2.0.x specific tag.
I am using Symfony2.0 and FOSUserBundle, and would like to disable the csrf token on my login form. I have …
symfony login csrf fosuserbundle symfony-2.0How to disable profiler in Symfony2 in production? I do not mean the toolbar - I mean the profiler. I …
php symfony symfony-2.0I'm trying to find a 'Product' by ID, and to left join all it's 'Photo' on two conditions: the locale …
mysql doctrine-orm symfony-2.0I have two entities I wish to serialize with the JMSSerializerBundle. The Music Entity has a mapping-file with exclusion_policy: …
serialization symfony symfony-2.1 symfony-2.0 jmsserializerbundleWhat is the best way to deploy symfony2 application in a subdirectory or an alias ? Lets say that my application …
php symfony symfony-2.1 symfony-2.0In my form, I have a field with required option set to false, this field is optional. However, I would …
php forms validation symfony symfony-2.0When i try to run the following command from my Symfony2 project root php bin/vendors install I get the …
symfony symfony-2.0I installed FOSRestBundle but it needs JMSSerializerBundle. I added in my deps the next lines: [JMSSerializerBundle] git=git://github.com/…
symfony fosrestbundle symfony-2.0