Symfony 4 problème de connexion utilisateur

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

0
Symfony : Messenger est-il réservé à une élite ?

Symfony\Bundle\FrameworkBundle\Console\Application; use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; use Symfony\Component\Console\Input\ArrayInput; use Symfony\Component\Console\Output\BufferedOutput; use Symfony\Component\HttpFoundation\Response; use Symfony

6
Update symfony

symfony-app-dir": "app", "symfony-bin-dir": "bin", "symfony-var-dir": "var", "symfony-web-dir": "web", "symfony-tests-dir": "tests", "symfony-assets-install": "relative", "incenteev-parameters": { "file": "config/parameters.yml" }, "symfony": { "allow

0
Symfony RedirectResponse ne fonctionne pas comme prévu

Symfony\Bundle\FrameworkBundle\Controller\AbstractController; use Symfony\Component\HttpFoundation\RedirectResponse; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\Routing\Attribute\Route; class TestController extends AbstractController

1
Update symfony 4

symfony-app-dir": "app", "symfony-bin-dir": "bin", "symfony-var-dir": "var", "symfony-web-dir": "web", "symfony-tests-dir": "tests", "symfony-assets-install": "relative", "incenteev-parameters": { "file": "config/parameters.yml" }, "symfony": { "allow

0
envoyer le site symfony dans le web

Symfony\Component\Routing\Matcher\UrlMatcher->matchRequest(Object(Symfony\Component\HttpFoundation\Request)) #2 /home/yorozuya/public_html/app/cache/prod/classes.php(1969): Symfony\Component\Routing\Router->matchRequest(Object(Symfony\Component\HttpFoundation\Request)) #3 [internal function]: Symfony\Component\HttpKernel

0
Problème de rendu EntityType Symfony

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

2
[symfony 5]Neither the property ...existe

Symfony\Component\Form\FormView".` mon controlleur : ```

3
[Symfony 2] Cannot import resource

symfony\symfony\src\Symfony\Component\Routing\Loader\YamlFileLoader.php on line 127 and defined in C:\wamp\www\e-t\vendor\symfony\symfony\src\Symfony\Component\Routing\Route.php line 81) J'ai beau

44
symfony 5.2 récupération en base de données

Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\Routing\Annotation\Route; use Symfony\Component\Validator\Constraints\DateTime; use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; class GestionController extends

7