docs
docs copied to clipboard
API Platform documentation
Completes #2076. Also fixes a coding style issue introduced by this commit https://github.com/api-platform/docs/commit/e751b7e61e405f61585d1d4184191904476d5ddb.
In the newer version, I see that it is like /graphql not /api/graphql.
Invalidate on the caddy admin endpoint.
Since https://github.com/symfony/symfony/pull/59682 the `eraseCredentials` method is deprecated. So the following page need to be updated https://api-platform.com/docs/symfony/user/#user-entity-with-symfony https://api-platform.com/docs/symfony/user/#creating-the-entity-and-repository -> We have an implementation of the `eraseCredentials` method https://api-platform.com/docs/symfony/user/#creating-and-updating-user-password -> Use the...
This PR is aimed to patch documentation problem in case with VichUploaderBundle See issue for context : https://github.com/api-platform/docs/issues/2058 fix: patch indentation for mutiples markdown Files. Change documentation for file upload...
Added part about serialization when using a file upload with the User entity, which gets serialized by Symfony for the session. Ignoring this will result in an PHP exception when...
Hello everyone, i have seen an issue in ApiPlatform documentation about integration with VichUploaderBundle. The issue is when i follow the documentation step by step i got an error saying...
Hello ! I'm trying to bootstrap api platform on a legacy vanilla php project that we do not want to migrate to symfony or laravel. I read the documentation available...
In [this](https://api-platform.com/docs/core/operations/#expose-a-model-without-any-routes) section, the following is written: `This way, we expose a route that will do… nothing. Note that the controller does not even need to exist.` However, if a...
Hello, I think some improvement is required on the documentation about client-generation (so /create-client) 1. All page in this section should have a link to the troubleshooting page (/create-client/troubleshooting/) 2....