-
With installation of 4.0.0. by DOC Master and cache:clear i get:
```
[Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException]
The …
-
### Environment
```
"php": ">=5.5.9",
"doctrine/doctrine-bundle": "^1.6",
"doctrine/doctrine-migrations-bundle": "^1.0",
"doctrine/mongodb-odm": "^1.1",
"doctrine…
foji2 updated
7 years ago
-
I've a new SF4 project.
'Out of the box' composer .json includes
```
"autoload": {
"psr-4": {
"App\\": "src/"
}
},
"autoload-dev": {
"p…
ghost updated
6 years ago
-
Hey .
I am experiencing a problem during initialization of the pim-community-standard edition.
I cloned the repository https://github.com/akeneo/pim-community-standard and followed the the steps…
-
Composer v1.6.4 is not dumping all namespaces into the auto loader, when updating.
This is working fine on v1.6.3.
In a folder with just this composer.json file, I run:
- `composer install` and …
-
We are using this library for our tests, and one part is to purge the database when necessary. However, since the release of Doctrine 2.6 I am getting the following error:
```
1) Sulu\Bundle\Admin…
-
### Environment
Docker Alpine Linux 3.4 - Nginx , PHP-FPM
#### Sonata packages
sonata-project/admin-bundle 3.30.0 3.30.0 The missing Symfony Admin Gen…
-
We are using JMS\Discriminator for our Entities and would like to express that in the apidoc.
Currently, we can just use the Base Entity, that does not contain all the information :(
Would be a very…
-
Now can not be accessed from EmbededDocument to it's root document
it whill be good add annotations for parent EmbededDocument and root Document
-
Hi Guys,
First Thanks for the great job.
I need to ask,
Say I have a document A and a collection of embedded document B in A
```
/** @Document */
class A {
/** @Id */
protected $id;
/** …