Category "symfony6"

Symfony rest api error with security.yaml

I'm trying to add an auth system with JWT to my REST API but since I added my system and modified my security.yaml I have those errors:

Symfony 6, Problem with errors pages (Unable to generate a URL)

Strange behavior. If enter any phrase in the link, that should lead to a 404 page. Instead, an 404 error is raised: Unable to generate a URL for the named route

Symfony 6 development with Docker on Mac

I'm starting a new project on Symfony 6. Every time I make a change to the project, var/cache is completely rebuilt, therefore the next request to the app alway

Symfony - fixtures load throw unexpected error

In my Symfony 6 project, I am trying to load a fixture: /** * @param ObjectManager $manager */ public function load(ObjectManager $manager): void { $mana

Symfony 6 - CAS Bundle

I am using Symfony 6 and I should use CAS bundle for my app because we use SSO system. So, can I install the following bundle while I use Symfony 6 because ther