This is the Symfony 2.8.x specific tag.
What is the best way to get the root app directory from inside the controller? Is it possible to get …
php symfony symfony-2.8 symfony-config-componentIn Symfony 2.8/3.0, with our fancy new security components, how do I get the currently logged User (i.e. FOSUser) object …
symfony symfony-2.8How can I rewrite this code in order to get last inserted record from the table? $repository = $entityManager->getRepository(…
php symfony symfony-2.8Doing a composer update today suddenly getting the following error: [Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException] You have requested a non-existent …
doctrine fosuserbundle symfony symfony-2.7 symfony-2.8I wanted to upgrade my old Symfony project from 2.8 to 4.0 but I stacked at upgrade from 2.8 to 3.4. I used this …
php symfony upgrade symfony-2.8 symfony-3.4in my project I have some forms with choice types with a lot of options. So I decided to build …
symfony symfony-2.8So, I am working on a project and I am having an issue as I keep getting both errors and …
php symfony symfony-2.8Is there a correct way to customize a form depending on the role of the user that requests it? My …
symfony formbuilder symfony-2.8I have downloaded and installed Symfony 2.8 from my own PC. I copied my project and paste it in our companies' …
php php-5.5 symfony-2.8 php-7.1