docs
docs copied to clipboard
API Platform documentation
See the articles: - https://medium.com/locastic/having-troubles-with-implementing-translations-in-apiplatform-7861294fb7c6 - https://medium.com/@titouanbenoit/internationalization-with-api-platform-the-other-way-5ce9c446737f Related to: - https://github.com/api-platform/core/issues/1506 - https://github.com/api-platform/core/issues/1694
@see https://github.com/api-platform/api-platform/issues/635 About the api-platform documentation at: _Changing the Swagger UI Location_ I got this error for "/" and "/docs" routes: Serialization for the format html is not supported. ```...
In my project I need to create users, but there are different type of users, and the business logic to create each users is very complex. So I have create...
The `window.location.replace('/');` line in `admin/src/authProvider.js` reloads the entire app when authentication is done. This is only necessary because the `localStorage.getItem('token')` is called once during Admin component startup and not every...
It's a common gotcha for users who are not too experienced with the Doctrine ORM, so we should include this somewhere: https://www.doctrine-project.org/projects/doctrine-orm/en/current/reference/unitofwork-associations.html
I was trying to modify an API response to add a dynamically generated image URL to any Image items returned from the API. I tried to modify the example BookSubscriber...
Currently I've added FOSOAuthServerBundle to my application to get OAuth2 support. This is working, but now I can not use the "Try out!"-Button in SwaggerUI, because I am not authenticated....
In case you need to "Manually Registering the Swagger UI Controller", use another path than "/doc" because that make conflict with Symfony and produce a "Serialization for the format html...