docs
docs copied to clipboard
API Platform documentation
As now, it's not very clear that the serialization process with groups is involved. The phrase "In some cases, using an input DTO is a way to avoid serialization groups."...
https://api-platform.com/docs/core/annotations/ redirects to 404
I use yaml for api platform configuration . For Project resource i created project.yaml inside /config/api_platform/resources/project.yaml How can i set items per page to 10 ? I tried this and...
Hi, I'm trying to figure out how to use custom URIs with multiple parameters on ApiResources that are not doctrine entities, and the doctrine-only examples from the subresources documentation don't...
Hello I would like to please add the information within the DTO documentation, since currently for writing processes it is not specified that a custom controller must be used to...
When looking at the [custom filters documentation](https://api-platform.com/docs/core/filters/#creating-custom-doctrine-orm-filters) there's multiple example of custom filters, but with different "alias". There's this first example with `o` used as an hardcoded alias (`REGEXP(o.%s, :%s)`)....
Minor grammatical fixes.
This seems to be missing in the upgrade guide & the documention: `skip_null_values` is now defaulted to true in v3. It can be set back to false globally in `api_platform.yaml`:...
FrankenPHP image Kubernetes instruction incomplete The readinessProbe and livenessProbe suggested in the documentation failed because the /bin/ps wasn't installed on the Docker Image.
Hello, This PR removes the deprecated (removed in symfony 7.0) `security.enable_authenticator_manager` option