-
The current documentation (https://symfony.com/bundles/DoctrineMigrationsBundle/current/index.html#migration-dependencies) refers to using `ContainerAwareInterface` in order to inject the entire conta…
-
If you have "TargetGroup" in a class definition and run the command "bin/console pimcore:build:classes" without a database running, it ends up in an missing database connection error:
```$ bin/consol…
-
I'm wondering if there's any work being done on a way to import sass files between Symfony bundles
For example, I have a style.scss file in my CommonBundle which contains standard site styles. In my …
-
### Mautic Series
5.1.x series
### Mautic installed version
5.1.0
### Way of installing
I downloaded a release from https://www.mautic.org/mautic-releases
### PHP version
8.1.0
### What browse…
-
I have a contao site error this morning, after checking the log i found that mailchimp extension made an internal server error. The error screen says:
Attempted to load class "MailchimpModel" from …
-
**Describe the bug**
Can not add a filter on an embedded field.
**To Reproduce**
- Having a doctrine entity with an embedded object.
- Add a filter on a field in the embeddable: `$filters->add('…
-
Hello,
By installing this bundle on a Symfony 5.4.44 with PHP 8.3 I encountered an issue when using the function NvlYousignClientV3::addDocument :
```
Attempted to load class "CURLFile" from nam…
-
The bundle will register a path like this
```json
"@symfony/ux-turbo": "file:vendor/symfony/ux-turbo/Resources/assets",
```
It would be nice to be able to use this in the `copyFiles()`, like …
-
Hi,
right now it doesn't seem to be possible to install the bundle when using Symfony 4. When executing "composer require stingus/jira-bundle" the composer-error I'm getting is:
```
- stingus…
-
**Describe the bug**
Given a class:
```php
class Foo {
#[Embedded]
Address $bar;
}
```
you can not filter on `bar.country`. EA will throw en exception in that case:
```
Error:
Call to a m…