Symfony JWT token invalide

Symfony\Bundle\FrameworkBundle\Controller\AbstractController; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\Routing\Annotation\Route; use Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenManagerInterface; use Symfony\Component\Security\Core\Authentication\Token\Storage

0
Symfony (retirer la page de debug)

symfony 5 ! j'ai crée mon projet(symfony new projet --full) j'ai crée mon premier controller(symfony console make:controller home) j'ai lancé le serveur et j'ai la page

10
Créer un listener avec Symfony 3

Symfony\Component\DependencyInjection\ContainerInterface; use Symfony\Component\HttpFoundation\RedirectResponse; use Symfony\Component\HttpKernel\Event\GetResponseEvent; use Symfony\Component\HttpFoundation\Session\Session; class RedirectionListener { public function __construct(ContainerInterface $container, Sesssion $session

4
[SYMFONY 5] Impossible de vider le cache

symfony console cache:clear // Clearing the cache for the dev environment with debug true In FileLoader.php line 173: Unknown property "method" on annotation "Symfony\Component\Routing\Annotation\Route" in C:\Users

2
HTML2PDF avec Symfony 4.2

Symfony\Bundle\FrameworkBundle\Controller\AbstractController; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\Routing\Annotation\Route; /** * @Route("/facture") */ class FactureController extends AbstractController { //......... /** * @Route("facture_pdf/{id}", name

2
[Symfony-2] Filtrer liste d'objet depuis un Form

symfony, pas d'ajax ou autre. [code]

0
Coder une interface d'installation d'une application sous symfony

symfony. Mon objectif est de mettre en place ce genre d'interface pour la première utilisation d'une application développé sous symfony. Car beaucoup d'utilisation ne pourra sans doute

0
Symfony 5 Mercure Docker failed to send an update

Symfony\Component\Mercure\Exception\RuntimeException: "Failed to send an update." at C:\laragon\www\Projet\Restaurant\RelaisDesVoutes\vendor\symfony\mercure\src\H ub.php line 104 [Application] Jun 26 20:11:41 |DEBUG

1
erreur de syntaxe symfony
SEDI,

symfony voici mon controller "cartController " ```

2
Tests fonctionnels Symfony 5.3.9 dans Gitlab CI

symfony console d:d:d --if-exists --force --env=test - symfony console d:d:c --env=test - symfony console d:m:m --env=test -n script: - symfony php bin/phpunit --testdox

5