docs
docs copied to clipboard
API Platform documentation
Hi! I stumbled upon this issue today: using `order` as an `ApiResource` configuration, wether as a root attribute key or a `collectionOperations` list key will always use an `INNER JOIN`...
The "Getting started" docs [state](https://github.com/api-platform/docs/blame/dc4bd1cb53535f037da0443303671f66c42cc6f6/distribution/index.md#L523) > Note: Doctrine ORM doesn't support PHP 8 attributes at this time, but support should be added soon (a Pull Request already exists). yet the...
Apparently, the path and service name `client` was changed to `pwa` in the [past](https://github.com/api-platform/api-platform/commit/38fe62853027ff57d3e2830496dfaaf84853d56e). The docs repo still mentions the old name in some places. ``` $ grep -r "client/"...
Hello, I am following this part of the documentation to test my upload: https://api-platform.com/docs/core/file-upload/#testing But each time the file is uploaded, it's removed from my fixtures `(fixtures/files/image.png)`. Why? Do there...
As per title, in docs/deployment/kubernetes.md the documentation speaks of nginx but the helm charts are all focusing on caddy, could that be a mistake?
Hi guys, It would be very useful, if there is a default configuration provided in the repository for platform.sh. Thanks!
First of all, thank you for this great software. Initially, I installed it using Symfony and doing so was very easy and I had no issues, however, I've wanted for...
2 issues: 1. the $property passed to the filterProperty function is 'regexp_$property' instead of the correct property only. This always bypasses the filter, because, apparently such a property (regex_...) is...
Today I wanted to change the identifier of an entity from an ordinary UUID to a name. Both the UUID and name are value objects. Their actual values are scalar...
Document the SubresourceDataProviderInterface in custom context.