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

The Symfony documentation

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

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...

Logger

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 .) ![Image](https://github.com/user-attachments/assets/ebf1b515-a958-4165-bb00-734e22d3ca7e)...

Website

| Q | A | ------------ | --- | Feature PR | symfony/symfony#59290 | PR author(s) | @mtarld | Merged in | 7.3 We created this issue to not forget...

JsonEncoder

**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...

Testing

| Q | A | ------------ | --- | Feature PR | symfony/symfony#59804 | PR author(s) | @mtarld | Merged in | 7.3 We created this issue to not forget...

TypeInfo

| Q | A | ------------ | --- | Feature PR | symfony/symfony#59526 | PR author(s) | @AurelienPillevesse | Merged in | 7.3 We created this issue to not forget...

Messenger

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.

Status: Needs Review

| Q | A | ------------ | --- | Feature PR | symfony/symfony#58743 | PR author(s) | @yceruto | Merged in | 7.3 We created this issue to not forget...

HttpFoundation

We use the following for a slide, maybe someone could add these information to the docs itself: ![Image](https://github.com/user-attachments/assets/c7abc1da-33ea-4b8a-a1f9-09e8bf4ae39a) cc @alexandre-daubois @alamirault @MrYamous Anyone? 😄

PHPUnitBridge