Persistance de données dans une association ManyToOne

Symfony\Bridge\Doctrine\Form\Type\EntityType; use Symfony\Component\Form\AbstractType; use Symfony\Component\Form\FormBuilderInterface; use Symfony\Component\OptionsResolver\OptionsResolver; class CourseType extends AbstractType { public function buildForm(FormBuilderInterface $builder

1
Préremplir un champ de formulaire

Symfony\Bridge\Twig\Mime\TemplatedEmail; use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\Mailer\MailerInterface; use Symfony\Component\Routing

0
Enregistrer une collection imbriquée dans une autre collection

Symfony\Component\Form\AbstractType; use Symfony\Component\Form\Extension\Core\Type\CollectionType; use Symfony\Component\Form\Extension\Core\Type\SubmitType; use Symfony\Component\Form\FormBuilderInterface; use Symfony\Component\OptionsResolver\OptionsResolver

4
Extend du FOSUserBundle

symfony\framework-bundle\Console\Application.php(65): Symfony\Compoaroundnent\HttpKernel\Kernel->boot()around#3 C:\wamp64\www\staff\vendor\symfony\console\Application.php(145): Symfony\Bundle\FrameworkBundlarounde\Console\Application->doRun(Object(Symfony

1
Formulaire non valide

Symfony\Component\Form\AbstractType; use Symfony\Component\Form\FormBuilderInterface; use Symfony\Component\Validator\Constraints\Valid; use Symfony\Component\OptionsResolver\OptionsResolver; use Symfony\Component\Form\Extension\Core\Type\HiddenType; use Symfony

3
[Symfony2] mettre le site en production
mosa,

Symfony\vendor\symfony\symfony\src\Symfony\Component\Config\Loader\FileLoader.php on line 120 ET ( ! ) Symfony\Component\DependencyInjection\Exception\InvalidArgumentException: There is no extension able to load the configuration for "stof

2
relation table non établie de type OneToManyManyToOne

Symfony\Component\Form\AbstractType; use Symfony\Component\Form\FormBuilderInterface; use Symfony\Component\OptionsResolver\OptionsResolverInterface; use Symfony\Component\Form\FormEvents; use Symfony\Component\Form\FormEvent; use BackOffice\UserBundle\Form\UserInformationType; use BackOffice

6
Warning: Header may not contain more than a single header,

Symfony\\Component\\Security\\Http\\Authenticator\\RememberMeAuthenticator" } DEBUG 21:42:38 event Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote". { "event": "debug.security.authorization.vote", "listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener

0
Problème avec StofDoctrineExtensionsBundle

symfony\symfony\src\Symfony\Component\Console\Application.php:126 0.0263 3830936 4. Symfony\Component\HttpKernel\Kernel->boot() C:\wamp\www\portfolio\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:70 0.0263 3831216 5. Symfony

7
Redirection après le login selon le role du user
dd24,

Symfony\Component\HttpFoundation\RedirectResponse; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\Routing\Generator\UrlGeneratorInterface; use Symfony\Component\Security\Core\Authentication\Token\TokenInterface; use Symfony

8