symfony-docs
symfony-docs copied to clipboard
The Symfony documentation
| Q | A | ------------ | --- | Feature PR | symfony/symfony#57881 | PR author(s) | @xabbuh | Merged in | 7.2 We created this issue to not forget...
A very early PR, to avoid someone else working on this as well (especially @fabpot who is on fire with this type of PRs lately). The serializer docs are the...
Follow up of the issue #13469 to (a bit late) give my opinion on it. This was about the presence in "[subscribers and locator](https://github.com/symfony/symfony-docs/blob/master/service_container/service_subscribers_locators.rst#defining-a-service-subscriber)" doc where we can still see...
Filtering a single state marking store might be straightforward (i.e., `WHERE currentPlaces = :place`). I found filtering on a multiple state marking store with JSON schema more challenging (because of...
At first i just wanted to reword this sentence i found missleading.. in the [Custom Authenticator](https://symfony.com/doc/current/security/custom_authenticator.html) page. > If ``null`` is returned, the request continues like normal (i.e. the controller...
### Description As I work regularly with Laravel as well as Symfony, I found out that in the documentation, still the old workflow is propagated: https://symfony.com/doc/current/setup/homestead.html But Laravel now has...
| Q | A | ------------ | --- | Feature PR | symfony/symfony#57773 | PR author(s) | @xabbuh | Merged in | 7.2 We created this issue to not forget...
| Q | A | ------------ | --- | Feature PR | symfony/symfony#57618 | PR author(s) | @mtarld | Merged in | 7.2 We created this issue to not forget...
Added mention where to find ConfigCache class. To be used in $containerCache->write()