FOSUserBundle et PUGX multiusers bundle

Symfony\Component\EventDispatcher\EventDispatcherInterface; use Symfony\Component\HttpFoundation\RedirectResponse; use Symfony\Component\HttpKernel\Event\FilterResponseEvent; use Symfony\Component\HttpKernel\KernelEvents; use Symfony\Component\Routing\RouterInterface; use Symfony\Component\Security\Core

8
Formulaire avec 2 entité & problème de rendu Bootstrap

Symfony\Component\Form\AbstractType; use Symfony\Component\Form\Extension\Core\Type\TextareaType; use Symfony\Component\Form\FormBuilderInterface; use Symfony\Component\OptionsResolver\OptionsResolver; use Vich\UploaderBundle\Form\Type\VichImageType; class ProfileType

0
Api platform 4 probleme de paramètre dans operation Get
nash,

Symfony\\Component\\HttpKernel\\Kernel","type":"-\u003E"},{"file":"\/var\/www\/apint\/vendor\/autoload_runtime.php","line":29,"function":"run","class":"Symfony\\Component\\Runtime\\Runner\\Symfony\\HttpKernelRunner","type":"-\u003E"},{"file":"\/var\/www\/apint\/public

0
Insertion Id dans le formtype pour le menu select

Symfony\Component\Form\AbstractType; use Symfony\Component\Form\FormBuilderInterface; use Symfony\Component\OptionsResolver\OptionsResolver; use Symfony\Component\Form\Extension\Core\Type\DateType; use Symfony\Component\Form\Extension\Core\Type\ChoiceType

0
make:entity

Symfony\Bundle\MakerBundle\Validator::validateDoctrineFieldName() must be an instance of Doctrine\Common\Persistence\ManagerRegistry, instance of Doctrine\Bundle\DoctrineBundle\Registry given, called in C:\Users\Utilisateur\Desktop\musee\vendor\symfony

2
Envoyer par mail un lien d'activation du compte utilisateur

Symfony\Bundle\FrameworkBundle\Controller\AbstractController; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\Routing\Annotation\Route; //use Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter; use Symfony\Component

0
SwiftMailer

Symfony\Component\HttpFoundation\Response; use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; use Symfony\Component\Routing\Annotation\Route; use Doctrine\Common\Persistence\ObjectManager; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\Security

0
Probleme de squelette

symfony 4 (https://www.grafikart.fr/tutoriels/routing-1065) et à ma grande stupeur je bloque au bout de 2Min de video .... J'ai bien suivi la méthode pour installer Symfony mais je n'obtiens

3
[résolu] Création d'un type form personnalisé

Symfony\Bridge\Doctrine\Form\ChoiceList\ORMQueryBuilderLoader; use Symfony\Component\Form\Exception\UnexpectedTypeException; use Symfony\Component\OptionsResolver\Options; use Symfony\Component\OptionsResolver\OptionsResolver; use Symfony\Bridge\Doctrine\Form\Type\EntityType; class

1
formulaire synfony 3

Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Session\Session; use Symfony\Bundle\FrameworkBundle\Controller\Controller; use Vendor\ConnectUsersBundle\Entity\Users; use Symfony\Component\Form\Extension\Core\Type\TextType; use Symfony

3