recipes icon indicating copy to clipboard operation
recipes copied to clipboard

Symfony Recipes Repository

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

| Q | A | ------------- | --- | License | MIT | Doc issue/PR | N/A Keys must not be committed!

| Q | A | ------------- | --- | License | MIT | Doc issue/PR | -

| Q | A | ------------- | --- | License | MIT | Doc issue/PR | symfony/symfony-docs#... Replace `schickling/mailcatcher` Docker image with `jeanberu/mailcatcher` because it is smaller with less MB....

Installation on Symfony 6.1 (flex) with PHP 8.0 not publishing the bundle/ (assets) and api_platform.yaml too. Why? I install it with: composer req api

I get the warning that the file does not exists `docker-composeyml`. (Missing .). Mac M1. The file `docker-compose.yml` does exist in my project. As it is correct in https://github.com/symfony/recipes/blob/b3395a2477b6d58089f92ef3a0d2e58226825a3a/doctrine/doctrine-bundle/2.4/manifest.json it...

| Q | A | ------------- | --- | License | MIT | Doc issue/PR | Make bus configuration in `messenger.yaml` explicit to facilitate third-party bundles providing their bus configuration....

For reasons that aren't clear to me, webpack.config.js includes the following code by default: ```js .configureBabel((config) => { config.plugins.push('@babel/plugin-proposal-class-properties'); }) ``` However, it seems that [that package](https://www.npmjs.com/package/@babel/plugin-proposal-class-properties) has since been...

| Q | A | ------------- | --- | License | MIT For the Doctrine bundle, the `DATABASE_URL` variable is processed by the `resolve` env var processor. This is nice,...

| Q | A | ------------- | --- | License | MIT | Doc issue/PR | n/a As we have Symfony 7 (and 7.1 around the corner) we should start...

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