-
Hi
I want to add custom hydra:mapping to custom endpoint.
I created new endpoint using Action
```
/**
* Add drugs to unified group
*
* @Route(
* name="api_drug…
-
Hello everyone,
I want to make a large POST request that is able to create an entity, its "childs" (many to many - maybe it's the reason why it does not work -) and the childs of the childs. I have…
-
Hi,
I try to build with the fresh new **api-platform 2.6.0 beta 1** but I got an dependency error when docker execute this line :
```dockerfile
RUN xcaddy build \
--with github.com/dungla…
-
Hello,
I'm on a project where I installed API Platform. I encounter a problem using the following route: / api / profiles. The following error is No route found for "GET / api / profiles".
I show yo…
-
I have implemented the entities for MediaObject here - https://api-platform.com/docs/core/file-upload/#linking-a-mediaobject-resource-to-another-resource
i have also updated the react code to render …
-
Hello,
I want to autogenerate my getters and setters with doctrine. I'm actually using this command `docker-compose exec php bin/console make:entity --regenerate App` but I have this error ` Cannot…
qeude updated
3 years ago
-
Hello,
I would like to use access_control on collection operations GET. I setted annotation on my entity but nothing happen. it seems that Access control annotation is not supported...
I have ac…
-
Good day!
The quote from [Gateway Server Configuration](https://github.com/dunglas/vulcain/blob/main/docs/gateway/config.md)
> If ACME_HOSTS or both CERT_FILE and KEY_FILE are provided, an HTTPS…
-
I have just installed to test this environment following the documentation but it brings me an error.
I did :
`docker system prune -a`
`git clone git@github.com:dunglas/symfony-docker.git`
`…
-
Can we change range filter for for use it on non numeric type ?
[here](https://github.com/api-platform/core/blob/master/src/Bridge/Doctrine/Common/Filter/RangeFilterTrait.php)