docs
docs copied to clipboard
API Platform documentation
On page https://api-platform.com/docs/create-client/typescript/ , at the bottom of the page, the files are actually generated at the level below "interfaces". However, in the documentation, the rendered HTML shows it at...
When we follow the docs nothing states anything about provisioning a testing database. The phpunit environment will try to use `app_test` because of the doctrine line `dbname_suffix: '_test%env(default::TEST_TOKEN)%'` in `config/packages/doctrine.yaml`...
Turns out you can! ~Edit: also turns out the documentation code is broken!~ Edit edit: Turns out I was wrong about it being broken - I had `security: 'is_granted("BOOK_CREATE", object)'`...
As this is the most basic usecases for using a provider ever (showing entities that only relate to the current user), adding it to the docs would have saved me...
The docs [here ](https://github.com/api-platform/docs/blob/3.1/distribution/testing.md#writing-functional-tests) state; > If you don't use the distribution, run composer require --dev symfony/test-pack symfony/http-client to install them. But this is required even when the project is...
This part of the documentation does not seem to be up to date. When we retrieve the context there is no more 'groups' key. We can retrieve the normalization group...
I posted about this in stackoverflow https://stackoverflow.com/questions/75589416/reset-password-api-plateform-3-x-must-not-be-accessed-before-initialization
Hello, thank you for the work! In [the 3.1 release](https://soyuka.me/api-platform-3.1-whats-new/) news, you said: > Finally after quite some time (this issue was opened in 2018!), we have support for Enums...
This is a documentation PR aiming to explain the future (see https://github.com/api-platform/api-platform/pull/2383 ) integration of [Souin](https://github.com/darkweak/souin/) as a HTTP Caching module for Caddy in the distribution