symfony-docs icon indicating copy to clipboard operation
symfony-docs copied to clipboard

The Symfony documentation

Results 344 symfony-docs issues
Sort by recently updated
recently updated
newest added

| Q | A | ------------ | --- | Feature PR | symfony/symfony#46751 | PR author(s) | @nicolas-grekas | Merged in | 6.2

VarExporter

| Q | A | ------------ | --- | Feature PR | symfony/symfony#40406 | PR author(s) | @derrabus, @nicolas-grekas | Merged in | 5.3-dev

DependencyInjection
Keep open

| Q | A | ------------ | --- | Feature PR | symfony/symfony#46854 | PR author(s) | @nicolas-grekas | Merged in | 6.2

hasPR
FrameworkBundle

Hello I googled and successfully found the Symfony documentation about log buffering: https://symfony.com/doc/2.3/cookbook/logging/monolog_email.html But I experienced the following issues with the doc: 1. The doc is overcomplicated: the page "How...

Logger

| Q | A | ------------ | --- | Feature PR | symfony/symfony#46001 | PR author(s) | @nicolas-grekas | Merged in | 6.2

HttpKernel

| Q | A | ------------ | --- | Feature PR | symfony/symfony#40575 | PR author(s) | @dunglas | Merged in | 5.3-dev

HttpKernel
FrameworkBundle
TwigBridge
Keep open

Hey, I just started using the `CSVEncoder` and hat some trouble getting it to work with flat data. The `no_headers` flag and its description are very misleading in my opinion....

Serializer

Reading https://symfony.com/doc/current/form/events.html#c-the-formevents-post-submit-event, even if it's true that's clearly stated > It can be used to fetch data after denormalization. it is, correctly, just an advice. No one prevents the user...

Form
Stalled

Currently, the only documentation available about the Twig functions for Stimulus is located [inside the README](https://github.com/symfony/webpack-encore-bundle/#stimulus--symfony-ux-helper) of the WebpackEncoreBundle. This does not make it easy to find documentation about Stimulus...

front-end
Keep open

Hi all. i want to configure lock using mysql and current DBAL connection. But i cant understand how to configure it. refs: https://symfony.com/doc/current/components/lock.html#pdostore https://symfony.com/doc/current/reference/configuration/framework.html#lock manually is likes: ```yaml Symfony\Component\Lock\Store\PdoStore: arguments:...

Lock
Stalled