diff --git a/symfony/framework-bundle/7.2/.env.dev b/symfony/framework-bundle/7.2/.env.dev new file mode 100644 index 000000000..e159a709b --- /dev/null +++ b/symfony/framework-bundle/7.2/.env.dev @@ -0,0 +1 @@ +# Define your env variables for the development environment here diff --git a/symfony/framework-bundle/7.2/manifest.json b/symfony/framework-bundle/7.2/manifest.json index c198d0eee..ac8c55184 100644 --- a/symfony/framework-bundle/7.2/manifest.json +++ b/symfony/framework-bundle/7.2/manifest.json @@ -3,6 +3,7 @@ "Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle": ["all"] }, "copy-from-recipe": { + ".env.dev": ".env.dev", "config/": "%CONFIG_DIR%/", "public/": "%PUBLIC_DIR%/", "src/": "%SRC_DIR%/"