Initialiser collection

Symfony\Component\HttpFoundation\Request; use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; use Symfony\Component\Routing\Annotation\Route; use Symfony\Component\Form\Extension\Core\Type\SubmitType; use Symfony\Component\HttpFoundation\Session\SessionInterface

12
Integrity constraint violation: 1062 Duplicate entry

Symfony\Bundle\FrameworkBundle\Controller\AbstractController; use Symfony\Component\Form\Extension\Core\Type\ButtonType; use Symfony\Component\Form\Extension\Core\Type\CheckboxType; use Symfony\Component\Form\Extension\Core\Type\ChoiceType; use Symfony

0
Generation de pdf en asynchrone en utilisant KnpSnappyBundle

Symfony\Component\HttpFoundation\Response; use Symfony\Component\Messenger\Handler\MessageHandlerInterface; use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; class GeneratePDFHandler extends AbstractController implements MessageHandlerInterface { private $manager; private $snappy; public function __construct(EntityManagerInterface

0
Integrity constraint violation: 1062 Duplicate entry

Symfony\Bundle\FrameworkBundle\Controller\AbstractController; use Symfony\Component\Form\Extension\Core\Type\ButtonType; use Symfony\Component\Form\Extension\Core\Type\CheckboxType; use Symfony\Component\Form\Extension\Core\Type\ChoiceType; use Symfony

0
Validation d'un formulaire en plusieurs fois

Symfony\Component\Form\AbstractType; use Symfony\Component\Form\FormBuilderInterface; use Symfony\Bridge\Doctrine\Form\Type\EntityType; use Symfony\Component\OptionsResolver\OptionsResolver; use Symfony\Component\Form\Extension\Core\Type\DateType; use Symfony

0
Problème Edition Objet Entité (Route /edit)

Symfony\Bridge\Doctrine\Form\Type\EntityType; use Symfony\Component\Form\AbstractType; use Symfony\Component\Form\Extension\Core\Type\FileType; use Symfony\Component\Form\FormBuilderInterface; use Symfony\Component\OptionsResolver\OptionsResolver; use Symfony

0
connexion ldap

Symfony\Component\Ldap\Ldap: class: Symfony\Component\Ldap\Ldap arguments: [ '@Symfony\Component\Ldap\Adapter\ExtLdap\Adapter' ] tags: - { name: ldap } Symfony\Component\Ldap\Adapter\ExtLdap\Adapter: class: Symfony\Component\Ldap\Adapter

2
Formulaire dynamique (4 listes liées) Symfony/EventListener

Symfony\Component\Form\AbstractType; use Symfony\Component\Form\FormBuilderInterface; use Symfony\Component\Form\FormInterface; use Symfony\Component\OptionsResolver\OptionsResolverInterface; use Symfony\Component\Form\FormEvent; use Symfony\Component\Form\FormEvents; class

15
Après Submit Form enregistrement en DB impossible

Symfony\Bridge\Doctrine\Form\Type\EntityType; use Symfony\Component\Form\AbstractType; use Symfony\Component\Form\Extension\Core\Type\ChoiceType; use Symfony\Component\Form\FormBuilderInterface; use Symfony\Component\OptionsResolver\OptionsResolver; class

0
Function name must be a string

Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\Routing\Annotation\Route; use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; class OrderController extends AbstractController { private $entityManager; public function __construct

0