docs
docs copied to clipboard
API Platform documentation
Working documentation, for adding custom routes in swagger API.
Added additional lines to the CreateMediaObjectResolver, so that the contentUrl is set in the response of `createMediaObject` mutation.
Hello, I just add the new method to install the API Platform admin component. Cheers 😉
I am creating a new pull request to merge the documentation done by @iCodr8 in the original Pull Request #182 Since he doesn't seem to have the original pull request...
If you have added Elasticsearch to your project and later remove it or prefer to fetch the data from the database rather than from Elasticsearch, you can achieve this by...
It took me plenty of hours to get nested objects with referenceArrayInput running. By a lucky hit i found the fix for it! (https://html.developreference.com/article/11019200/How+to+reuse+subresource+data+for+referenced+inputs+in+React-admin%3F) Also i struggeled with the referenceInput....
In the _THE DISTRIBUTION: CREATE POWERFUL APIS WITH EASE_ pages there are quite a few problems. Some of them transcend into the api-platform distribution itself, but since I started with...
Please, provide a configuration reference, with all possible fields and all of their reasonable settings and their meaning as well as examples.
According to [docs](https://api-platform.com/docs/master/core/mongodb/) API Platform supports as **ID identifiers for MongoDB only integers** with an increment strategy. But when testing string IDs they seem to work well, including references to...
Hello, In my apps I change the base path of ApiPlatform by using something similar to that: ```yaml # routing/api_platform.yaml api_platform: resource: . type: api_platform prefix: /v1 api: resource: ../api_platform/routes/api.yaml...