Top "Symfony-2.0" questions

This is the Symfony 2.0.x specific tag.

Disable CSRF token on login form

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.0
How to disable profiler in Symfony2 in production?

How to disable profiler in Symfony2 in production? I do not mean the toolbar - I mean the profiler. I …

php symfony symfony-2.0
Doctrine2 LEFT JOIN with 2 conditions

I'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.0
JMSSerializerBundle. no control over third party meta data

I 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 jmsserializerbundle
Symfony2: How to deploy in subdirectory (Apache)

What 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.0
Symfony2 Validating an optional field

In 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.0
Symfony2 bin/vendors

When i try to run the following command from my Symfony2 project root php bin/vendors install I get the …

symfony symfony-2.0
Install JMSSerializerBundle

I installed FOSRestBundle but it needs JMSSerializerBundle. I added in my deps the next lines: [JMSSerializerBundle] git=git://github.com/…

symfony fosrestbundle symfony-2.0