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

| Q | A | ------------- | --- | License | MIT | Doc issue/PR | [symfony/symfony-docs#19835](https://github.com/symfony/symfony-docs/pull/19835) Code : [symfony/symfony#54747](https://github.com/symfony/symfony/pull/54747)

Waiting Code Merge
Needs new Package

When installing both `symfony/webapp-pack` and `symfony/webpack-encore-bundle` simultaneously, the resulting `assets/bootstrap.js` file is corrupt: ```js import { startStimulusApp } from '@symfony/stimulus-bundle'; const app = startStimulusApp(); import { startStimulusApp } from '@symfony/stimulus-bridge';...

| Q | A | ------------- | --- | License | MIT | Doc issue/PR | [symfony/symfony-docs#...](https://github.com/symfony/symfony/pull/57627)

Waiting Code Merge
Needs new Package

Hi, Having just upgraded a project from Symfony 4.4 to 6.4 I found an issue when running the CI pipeline where it was not loading the environment vars from .env.test....

| Q | A | ------------- | --- | License | MIT | Doc issue/PR | . replicates https://github.com/symfony/recipes/pull/1301 for the web entry point I came across this on a...

Hi, First issue/contribution here, let me know if I need to change something. :-) As described in the documentation the `config/secrets/prod/prod.decrypt.private.php` file must not be committed to the repository. The...

This is just a nitpick, but has DX impact. The recipe's `mainfest.json` can state the instruction to create the placeholder folders (similarly to dockerfile/docker-compose configurations). Having empty committed `.gitignore` files...