-
Hi everyone!
I'm on a Macbook Air M2 2022 and i'm trying to create the database with MySQL instead of PostgreSQL, but when i run:
```shell
docker compose exec php bin/console dbal:run-sql -q "SEL…
-
Hi,
my queryParam :
```
@Get("/foo", name="foo")
@QueryParam( name="limit", requirements="^[1-9]+$|(^[1-9][0-9]+$)", strict=true, nullable=false )
```
1. I go to my route /foo (**without de …
-
The other day, I ran `composer require webapp` on a skeleton app during a workshop and this failed like that:
> - Configuring symfony/asset-mapper (>=6.4): From github.com/symfony/recipes:main
>…
-
When I try to ***Try it out*** I cannot press the execute button.
I see this error in the console-tab as soon as I press that button.
![image](https://user-images.githubusercontent.com/266216/893…
-
currently the most current symfony version is `4.0.3`, the most current LTS version is `3.4.3`.
this is the relevant part from `composer.json`
```
"php": "^7.1.0",
"ext-iconv": …
-
I'm upgrading a Symfony 2.6 installation and found this package as a dependency. This package seems to be empty and it doesn't add any functionality. Is this package/project deprecated?. Can I safely…
-
Hi,
First thanks for your lot of work since many years for giving us a php library for interacting with sonos systems.
I setup a fresh symfony 6.2 webapp and then try to install your sonos libra…
-
#### What are you trying to achieve?
Inject a symfony class into a functional test
#### What do you get instead?
Codeception fails to inject the class - fails to resolve the dependency
> Pro…
-
unfortunately, when I have the tortoiseGit installed it uses a cache-service which can be really bitchy when you try to move or remove .git directories.
I would skip removing the .git directory in th…
-
first i tried to install it through vagrant by typing this command:
yarn add --dev @symfony/webpack-encore
then i tried the instructions on symfony's website by typing
composer require symfony/web…