soumettre le formulaire symfony 5 avec ajax

Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; use Symfony\Component\Routing\Annotation\Route; use App\Entity

0
Symfony 4 composer install après un git clone

Symfony\Component\HttpKernel\Kernel->initializeBundles() !! #2 /Users/manuelalvarez-iglisias/Sites/moto-bleue/vendor/symfony/framework-bundle/Console/Application.php(159): Symfony\Component\HttpKernel\Kernel->boot() !! #3 /Users/manuelalvarez-iglisias/Sites/moto-bleue/vendor/symfony/framework-bundle/Console/Application.php(65): Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() !! #4 /Users/manuelalvarez-iglisias/Sites/moto-bleue/vendor/symfony/console/Application.php(149): Symfony\Bund in /Users/manuelalvarez-iglisias/Sites/moto-bleue/src/Kernel.php on line

3
Symfony 5.3.9 RequestStack pour la session

Symfony\Bundle\FrameworkBundle\Controller\AbstractController; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\RequestStack; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\Routing\Annotation\Route; class CheckoutController extends AbstractController

5
symfony

Symfony\Component\form\formInterface; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\Routing\Annotation\Route; use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; class FichierController extends AbstractController

5
Symfony formulaire footer

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

3
Login symfony 4 phpMyadmin

Symfony\Bundle\FrameworkBundle\Controller\AbstractController; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\Routing\Annotation\Route; use Symfony\Component\Security\Http\Authentication\AuthenticationUtils; class SecurityController extends AbstractController { /** * @Route("/login", name

2
Serveur symfony et passage de variables au header du serveur

symfony (5.4) pour lequel je dois passer certaines variables au header du serveur. Pour un projet hors symfony, j'ajoute ces variables au fichier apache2.conf. Ça marche sans souci, quand

0
Authentification SSO sous Symfony 4

Symfony 4. J'ai effectué le test sous symfony 3 avec le bundle beSimpleSSO et cela fonctionne correctement. Seulement sous symfony 4 ce bundle n'est pas compatible. Je me suis

2
Symfony et API Platform

Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity; use Symfony\Component\Security\Core\User\UserInterface; use Symfony\Component\Serializer\Annotation\Groups; use Symfony\Component\Validator\Constraints as Assert; /** * @ORM\Entity(repositoryClass="App\Repository

0
Probleme symfony
SEDI,

Symfony\Bundle\FrameworkBundle\Controller\AbstractController; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\HttpFoundation\Session\SessionInterface; use Symfony\Component\Routing\Annotation\Route; class CartController extends

0