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

Add marshaller constructor argument.

Cache
Status: Needs Review

Some questions which I think should be answered on https://symfony.com/doc/current/security/login_link.html#invalidate-login-links 1. What is the length of the generated link ("signed URL")? Is this configurable? 2. Which signing algorithm is used?...

Security

| Q | A | ------------ | --- | Feature PR | symfony/symfony#47225 | PR author(s) | @AlbinoDrought | Merged in | 6.2

Mime

...since we're not talking about a "usual" login form (i.e. username+password) here.

Status: Needs Review

Hi, I tried to improve this part of the doc to fix https://github.com/symfony/symfony-docs/issues/15583 Targeting v5.4 as actual lts the command name change is to match the name of the command...

Status: Needs Review

Currently, the documentation is composed of a mix between annotations and attributes in the different code examples. For example, the[ Mercure documentation](https://symfony.com/doc/current/mercure.html#web-apis) uses Doctrine attributes while the [Serializer documentation](https://symfony.com/doc/current/serializer.html#using-serialization-groups-annotations) use...

Waiting feedback

On lines 501 and 502 I propose this change, because it confused me so much which provider to use, and in the case that you are explaining there you should...

Security
Status: Needs Review

Reason symfony/symfony#41514 and symfony/symfony#41516 The `text_empty_data.rst.inc` file is a copy of `empty_data.rst.inc`: ```diff ``empty_data`` ~~~~~~~~~~~~~~ **type**: ``mixed`` .. This file should only be included with start-after or end-before that's set...

Form
Status: Reviewed
Waiting Code Merge