symfony-docs
symfony-docs copied to clipboard
The Symfony documentation
The page https://symfony.com/doc/current/logging/monolog_console.html suggests the following `console` handler: ```yaml # config/packages/dev/monolog.yaml monolog: handlers: # ... console: type: console process_psr_3_messages: false channels: ['!event', '!doctrine', '!console'] ``` At the same time, it...
When searching for "symfony e2e environment" the third result I got was a link to the Symfony documentation (Testing) with the following URL: https://symfony.com/doc/current/testing/.html (note the / before .) ...
| Q | A | ------------ | --- | Feature PR | symfony/symfony#59290 | PR author(s) | @mtarld | Merged in | 7.3 We created this issue to not forget...
**Symfony version(s) affected**: 4.4.0 **Description** After upgrading to Symfony 4.4.0 I got the following deprecation warning: Calling "Symfony\Bundle\FrameworkBundle\Test\WebTestCase::createClient()" while a kernel has been booted is deprecated since Symfony 4.4 and...
| Q | A | ------------ | --- | Feature PR | symfony/symfony#59804 | PR author(s) | @mtarld | Merged in | 7.3 We created this issue to not forget...
| Q | A | ------------ | --- | Feature PR | symfony/symfony#59526 | PR author(s) | @AurelienPillevesse | Merged in | 7.3 We created this issue to not forget...
Hello, I would like to know , what length for my attributes in entities is necessary with a key of 32 bytes.Because 32*8=256, as my email for exemple ? And...
The original example didn't work because it was expecting a return value. This example is a bit more real-world.
| Q | A | ------------ | --- | Feature PR | symfony/symfony#58743 | PR author(s) | @yceruto | Merged in | 7.3 We created this issue to not forget...
We use the following for a slide, maybe someone could add these information to the docs itself:  cc @alexandre-daubois @alamirault @MrYamous Anyone? 😄