This is the Symfony 2.7.x specific tag.
I'm getting this error in a app I am migrating from SF2.0.x to SF2.7: [1] Symfony\Component\Debug\Exception\FatalErrorException: …
php symfony twig symfony-2.7Since my Symfony 2 update to 2.7. I get a lot of deprecated erors in PHPUnit and console (message is clear by …
php symfony symfony-2.7I start the tutorial (as newbie) and everythings works fine till: http://symfony.com/doc/current/book/page_creation.html#…
php symfony symfony-2.7 symfony-routingI am finding a entity by its PK as follow: $ent = $em->getRepository('AppBundle:Representative')->find($id) …
php symfony doctrine-orm symfony-2.6 symfony-2.7In symfony 2.3 it was this line in service.yml to get to the translator In service.yml arguments: [@translator,.... in …
symfony symfony-2.7Doing 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.8Symfony 2.7 was released on 30th April 2015 and is the current LTS (Long Term Support) version after the 2.3 version. Maintenance for …
symfony upgrade symfony-2.3 symfony-2.7I have an existing database. Lets say that I have a table named "transactions" and I want to create the …
symfony symfony-2.7I use input property of @ApiDoc annotation for specifieng of parameters of my api that are form's fields. * @ApiDoc( * section="…
symfony symfony-2.7 nelmioapidocbundleProblem fixed, check my answer. I'm building a registration endpoint on my Symfony2.7 rest api. I am using FosRestBundle and …
php symfony fosuserbundle fosrestbundle symfony-2.7