python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Do Subscribers work while loading Fixtures in Symfony?
I tried to run the fixture below on Symfony 5 using the command php bin/console d:f:l.
I get this error: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'contact_email' cannot be null
The...

Edouard
Votes: 0
Answers: 1
Symfony route generation with multi-valued query string parameter
Using Symfony 4.4, I'm trying to generate a route with a query string using the following code:
$this->get('router')->generate('index', ['status' => ['a', 'b']]);
That generates .../?status[...
jean-gui
Votes: 0
Answers: 1
Config apache server of symfony application for vue-router history mode?
I know this question is quite common but I do research all day and none of these work.
I have developed a commercial web app. Backend api use symfony, while frontend use vuejs.
These two communicate t...
Jonathan Smith
Votes: 0
Answers: 0
Avoiding .git folder in composer's vendor when installing from a custom Gitlab domain
I have a Symfony bundle on a git repository managed by GitLab. The bundle is added to Symfony using composer and pointing to the gitlab as an additionnal repository.
Everything works fine, the depende...
GdC
Votes: 0
Answers: 1