-
I used https://github.com/dunglas/symfony-docker but I edit the files to use .yaml instead of .yml ([see the PR](https://github.com/dunglas/symfony-docker/pull/103)).
But I get an error when runnin…
-
Definite bug that i spent hours trying to work around only to realise the endpoint was returning the data i wanted but the documentation claimed otherwise.
Cache's have been cleared and everything e…
-
Hi. I'm facing this problem. I have a user entity and some other entities related with this first one (like expenses, incomes, ....)
I have disabled the expenses endpoint `/api/v1/expenses` since I…
-
Hello everybody!
I have troubles with configure serialization of objects tree with same object class in different leafs:
```
SupportChat
user (User)
moderator (User)
messages[]
…
-
```
/**
* @ApiResource(
* attributes={
* "normalization_context"={"groups"={"role"}},
* "denormalization_context"={"groups"={"role"}}
* }
* )
*/
class RoleHie…
-
I have two entity Actualite & Comment related
```
/**
* @ORM\OneToMany(targetEntity="App\Entity\Comment", mappedBy="actualite", cascade={"all"})
* @Groups({"get"})
*/
private $comment…
-
I just added api platform to one of my projects with default recipes but the react admin says `Unable to retrieve API documentation.`
comparing my project to the default starter I noticed that t…
-
Hello, is there a way to add identifier column to ManyToMany relation table?
thanks
-
I have a docker-compose which fires up a mercure container
### docker-compose
```
version: '3.8'
services:
...
mercure:
image: dunglas/mercure
ports:
- '…
-
When using an encrypted key as the secret, I get the error ` Passphrase required for encrypted key` but cannot see an option to pass this in. Is this a feature that's missing or something I am missing…