recipes
recipes copied to clipboard
Symfony Recipes Repository
Hello Symfony Team and thanks for all your work, it's amazing ! I noticed that stimulus-bundle recipe adds lines in `assets/bootstrap.js` file and these differ depending on Composer dependencies. ```json...
| Q | A | ------------- | --- | License | MIT | Doc issue/PR | for symfony/symfony#60069
| Q | A | ------------- | --- | License | MIT | Doc issue/PR | n/a
| Q | A | ------------- | --- | License | MIT | Doc issue/PR | Sister-PR of https://github.com/symfony/symfony-docs/pull/20794#pullrequestreview-2707869766 As requested at https://github.com/symfony/recipes/pull/1392#pullrequestreview-2708354322
THe phpunit recipe was recently updated, but still contains the bin/phpunit file. As the recipe is for phpunit 11+ (Which also means php8.3+) and since the symfony/test-pack removed the installation...
| Q | A | ------------- | --- | License | MIT | Doc issue/PR | - Since #1401, `SYMFONY_DEPRECATIONS_HELPER=999999` is no longer present in Symfony >=7.3: > Could not...
| Q | A | ------------- | --- | License | MIT | Doc issue/PR | symfony/symfony-docs#... Like database connection, domains are mostly managed OPS team and not by developers....
| Q | A | ------------- | --- | License | MIT | Doc issue/PR | - Related to https://github.com/symfony/flex/pull/1055
when adding symfony/joli-notif-notifier to a project, the env var is commented out. composer req symfony/joli-notif-notifier ``` cat .env ###> symfony/joli-notif-notifier ### # JOLINOTIF_DSN=jolinotif://default ###< symfony/joli-notif-notifier ### ``` I can't find...
First of all, thank you for the great work on the CSRF protection functionality in the `csrf_protection_controller.js` script. It’s a fantastic addition, and it works really well for handling traditional...