Symfony 6.4 WebTestCase emty body
i have been struggling for 2 days now. I already searched online but can’t find an answer.
Symfony 6.4 WebTestCase emty body
i have been struggling for 2 days now. I already searched online but can’t find an answer.
Security with LDAP and JWT and Refresh Token
I’m trying to setup security based on LDAP and JWT. Everything seems to be working well excepted I have to override the success handler from LexikBundle to feat with the custom JWT provider I’m using https://github.com/lexik/LexikJWTAuthenticationBundle/blob/2.x/Security/Http/Authentication/AuthenticationSuccessHandler.php
Symfony StreamedResponse not downloading the file
I have this for the moment :
PHP secrets decrypt need to be runned twice to work
I have a php project with some secrets, I usualy do this :
Best way to restrict user acess with Symfony
I have many classes, with many methods inside.
Each methods have
Symfony not existing routes after cache update
This is the first time I’ve encountered this, after the bin/console cache:clear
non-existent routes appeared, physically such methods no longer exist in the controller, and accordingly it doesn’t see new ones either…
Symfony 5.4
Redirection and rendering issue with Symfony
I have a route, which is accessed as a return from a webhook, the function of this route is to take what comes from the webhook and then redirect it to another page.
Symfony Api Platform – Not filtered duration
I’m currently on a Symfony Api Platform project and i need to know how to filter a duration
There is my object simplified
How to create multiple services in Symfony simultaneously, each with its own custom tag?
I can create multiple services with the load
method.