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)
assets problem Symfony from root directory
My problem is simple but can't find a solution yet.
When my assets are loaded, it does look in my root directory rather than in my public directory.
Nevertheless, I did "php bin/console assets:in...
El mago
Votes: 0
Answers: 1
Doctrine: Automatic ResultMapping of Native Query?
After some research, I made this UNION query work in my Repository class:
class PostRepository extends ServiceEntityRepository {
// ...
public function getLatestPostsOfUser ($limit = 10) : ?...
Andreas
Votes: 0
Answers: 1
MariaDB error with MYSQL_ATTR_SSL_CA dbal option
I am currently working on a new project using Symfony 4.3 and MariaDB 10.4.22 (with WSL2 Ubuntu 20.04).
The database connection uses options with MYSQL_ATTR_SSL_CA to make secure connections.
doctrine...
R.Damasinoro
Votes: 0
Answers: 1
Pluralization on symfomy command
I've created a commmando which needs pluralization to send some emails
//without pluralization works fine
//$body = $this->translator->trans('expiration.password.reminder.body', $email_params, ...
a_fr159
Votes: 0
Answers: 1