recipes icon indicating copy to clipboard operation
recipes copied to clipboard

Symfony Recipes Repository

Results 47 recipes issues
Sort by recently updated
recently updated
newest added

https://github.com/symfony/recipes/blob/b3395a2477b6d58089f92ef3a0d2e58226825a3a/symfony/webapp-pack/1.0/manifest.json#L7 First, this is a bit weird, but moreover this conflicts with symfony/messenger. ```symfony new --webapp``` generates the following files ```env # In all environments, the following files are loaded...

| Q | A | ------------- | --- | License | MIT | Doc issue/PR | n/a Consistency with the service name.

As far as I understand it, the security bundle doesn't allow for firewalls to be defined in multiple files - see https://github.com/symfony/symfony/issues/25021, https://github.com/symfony/symfony/issues/22308, https://github.com/symfony/symfony/issues/24461. When multiple security config files are...

| Q | A | ------------- | --- | License | MIT | Doc issue/PR | symfony/symfony-docs#... Add recipe for php-cs-fixer/shim.

After https://github.com/symfony/monolog-bundle/issues/441 is implemented, we can switch the `dev.log` to it. # Why Currently the log file in dev is just a bunch of text, it's almost unreadable because of...

| Q | A | ------------- | --- | License | MIT | Doc issue/PR | symfony/symfony-docs#...

Suggestion | Q | A | ------------- | --- | License | MIT | Doc issue/PR | symfony/symfony-docs#...

Follow Docker's string recommendations for port mappings: https://docs.docker.com/compose/compose-file/compose-file-v3/#ports | Q | A | ------------- | --- | License | MIT | Doc issue/PR | N/A

| Q | A | ------------- | --- | License | MIT | Doc issue/PR | N/A "Subdirectory" is correctly spelled as one word.

| Q | A | ------------- | --- | License | MIT | Doc issue/PR | Later if accepted This is a proposal to split Stimulus/Symfony UX out of the...