symfony-docs
symfony-docs copied to clipboard
The Symfony documentation
| Q | A | ------------ | --- | Feature PR | symfony/symfony#59536 | PR author(s) | @mtarld | Merged in | 7.3 We created this issue to not forget...
Hello awesome team 👋 During SymfonyCon Vienna and SymfonyOnline, I presented "Symfony Form - Practical use cases" ([slides](https://speakerdeck.com/alexandresalome/symfony-form-practical-use-cases)). In this presentation, some information could be beneficial to the documentation. Especially,...
In my opinion, this page is confusing: https://symfony.com/doc/current/web_link.html There are repeated explanations about asset preloading and they seem to contradict each other: 
ping @javiereguiluz As you mentioned, Symfony Forms add CSRF tokens by default, including for forms using the GET method. This change clarifies that this practice is not recommended and points...
I'd like to propose to add a basic example for the `#[Exclude]` attribute. It is not mandatory for understanding, but it will help finding the related documentation (`exclude` being too...
related to symfony/symfony#62705
Allow to setup session before performing a request in PHPUnit functionnal tests Code PR: * https://github.com/symfony/symfony/pull/61110
Removed instructions for installing APCu Polyfill for legacy APC PHP extension. Since Symfony 6.4 uses PHP >= 8.1, it's impossible that legacy APC PHP extension to be used? I think...
Since XML is abandonned, there's only two formats now.