-
Hello,
I was wondering if it's possible to create custom SQL request and to link it with API platform in order to display it on API platform as a GET method of an entity ? I tried to find a method…
-
I'm sorry for the newbie issue here. I'm hoping to include Caddy ingress with a plugin for Vulcain which has been created. See: https://github.com/dunglas/vulcain/blob/master/docs/caddy.md
I'm sure…
-
Hello,
I succeed to install API Platform in a kubernetes cluster in GKE.
I have connected the API with Google cloud SQL, everything looks okay except the varnish configuration.
I'm able to cal…
-
I've been trying to use this package instead of the LunarG's MSVC binaries package, and I've had 2 issues with it so far :
- The generated `VkLayer_khronos_validation.json` should be copied in the…
-
Hi!
Because of relationships between entities, there is something that I don't really understand with filters, especially built-in [doctrine order filter](https://api-platform.com/docs/core/filters…
-
**Description**
In the current setup, the API service name must be fixed in order for the Varnish configuration to work. With some minor adjustments we can make the varnish configuration based on e…
-
I have an `Order` entity which is also a set as an API resource. When I create an order record via the regular Symfony form from the UI all works as expected without issues. However, creating the same…
-
Hello, I have a project in Dockerize Symfony (php) app and I would like to expose on port 5000. I have tried using certain command in the doc but I have errors displayed.
The goal is to integrate i…
-
Hi,
what is the best way to check the client payload in PUT operations?
I mean: PUT operation supports partial update of the Resource.
In my EventSubscriber I need to know which Resource properti…
-
Hello,
I am having issues creating custom operations with API-Platform.
I am configuring it with the following YAML file :
```yaml
resources:
App\Entity\User:
attributes:
no…