python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
cache with dynamic pages
I am currently developing a WEB site on symfony 6 and during production testing I have a problem with the TWIG cache.
Indeed, my site includes a page editing feature. So when rendering the first time,...
erloup
Votes: 0
Answers: 1
Is there a better way to achieve multiple connection to database in Symfony 6?
I'm having some trouble trying to achieve multiple connection to database in some clean way.
Keep in mind that this is my first symfony project ever, and i'm only a young developer.
In my project, the...
Corentin Durey
Votes: 0
Answers: 0
Own Symfony serializer gets added as encoder to default one
I'm using Symfony 6.0.7 and noticed this Behavior:
When I register a custom serializer as service, it gets added as encoder to the default "@serializer" one.
Why is this the case and how can...
Johni
Votes: 0
Answers: 1
Client is not supported for custom options
I am trying to use ClientBuilder of Elasticsearch using symfony 6. I am getting following error
The HTTP client Symfony\Component\HttpClient\Psr18Client is not supported for custom options
This is th...
nas
Votes: 0
Answers: 1