docs icon indicating copy to clipboard operation
docs copied to clipboard

API Platform documentation

Results 232 docs issues
Sort by recently updated
recently updated
newest added

Add a very basic page in core conveying this message: > API versioning is not managed: recommended way is to create a new projet. I’m a little concerned that this...

Hi, I found a typo (url issue) in documentation. I don't find how to suggest an update with a PR , is it possible ?

Update doc for this change : https://github.com/api-platform/core/pull/6080/files#diff-2499cc4969d499db1106eb74f9998cfeb61379371a37adc4360aef0be5d89132R504

Hi, I was trying to create a custom filter for geo-distance query. I had a very hard time understanding what to do - this section is documented rather poorly. I...

I didn't do too much digging, but this did't work in Symfony 7: ```php public function __construct( #[Autowire('api_platform.doctrine.orm.state.item_provider')] private ProviderInterface $itemProvider, ) ``` what worked: ```php public function __construct( #[Autowire(service:...