-
Part of Symfony migration project - this page needs rework to be built the same way other migrated pages are done
- [x] #19458 Update message for multistore
matks updated
2 years ago
-
I was using this extension without problems, but today when I run `composer update` i'm receiving the following error:
`Call to undefined method Symfony\Component\DomCrawler\Crawler::rewind()`
T…
-
I have a strange error:
``` bash
app/console assetic:dump --env=prod -vvv
Dumping all prod assets.
Debug mode is on.
10:13:45 [file+] /var/www/app.com/htdocs/app/../web/assetic/bootstrap_less.less
…
-
https://psalm.dev/r/3876267f03
I'm deprecating a lot of classes, which extend each other, using templated classes. (Symfony Entities and Repositories).
When the deprecated class is used in a `@ext…
-
| Q | A
| --- | ---
| Bug? | no
| New Feature? | yes
| Sulu Version | 2.0
### Actual Behavior
Currently its hard to use the media in import scripts or on a submit forms.
### Expected Beha…
-
Hi,
i thought a while a about that them. I mean we do a lot to satisfy developers. We have good and extendable code. Our documentation helps developers to implement CMS features on Symfony applicat…
-
As Silex tends to be less "code by configuration" than full blown Symfony2, it'd be nice to see that as well. Of course it would require other extensions since Silex is relatively simple.
-
The following warnings are triggerred many times during the forms E2E tests execution.
```
[2024-10-31 12:13:38] glpiphplog.WARNING: *** PHP Warning (2): Undefined array key "content" in /var/ww…
-
Here is what I thought could represent a good use case to start an example of ddd with all types of relations (one to many, many to many), while being not too complex.
I will make a draft with tests…
-
Hello,
I was playing around with a form flow. I ran into some odd issues because at one point I wanted to change my forms to not have a data_class. Doing so resulted in all sorts of what I consider '…