-
Hello everyone,
I was charged with putting a project in production. The project is using this bundle (so it's using doctrine/mongodb-odm and doctrine/mongodb as well). The project is under Symfony …
-
**Symfony version(s) affected**: during update to 4.1.8
**Description of the problem including expected versus actual behavior**:
tried to `composer update` my project and I had the message : `Unr…
etshy updated
5 years ago
-
Hi all,
Is that possible to override the '.mongodb.yml' via configuration file?
```
services:
doctrine_mongodb.odm.metadata.yml:
class: %doctrine_mongodb.odm.metadata.yml.class%
arguments:
…
-
The ORM bundle have a helper class to make repositoires autowired. The class is `ServiceEntityRepository`. Example is [here](https://github.com/symfony/demo/blob/master/src/Repository/PostRepository.p…
xorik updated
6 years ago
-
# New Installation Method
Current yawik installation method have a complex process to update, because we need to download latest yawik version and replace directory contents with a new yawik versio…
kilip updated
5 years ago
-
Here is my configuration:
```yaml
doctrine_mongodb:
auto_generate_proxy_classes: '%kernel.debug%'
auto_generate_hydrator_classes: '%kernel.debug%'
connections:
default:
…
-
Hi, got error, when I try to add Unique constraint to yaml validator.
`App\Document\User:
constraints:
- Doctrine\Bundle\MongoDBBundle\Validator\Constraints\Unique:
fields:…
-
Symfony version : "symfony/framework-bundle": "^4.0",
Hi
I use MongoDB and I store my Images in DB with mongoGridFS.
I made a custom Transformer and UploadFileType to transform the UploadedFile i…
etshy updated
6 years ago
-
On the C# version of this library there's annotations that let you define things in your model such as
- BsonIgnore
- BsonIgnoreIfNull
- BsonInoreIfDefault
- etc....
would be really great to…
-
I'm using the EnhancedConnectorBundle to export all the products that are in the system regardless their status, completeness etc.
There are almost 110 000 products in total. For every 100 products t…