feat(recipe): add Flex recipe for djdmg/transparent-pixel-bundle (1.0) (#1848)

This commit is contained in:
djdmg
2025-08-18 10:28:43 +04:00
committed by GitHub
parent afcb2b9588
commit e9e6352e1b
2 changed files with 18 additions and 0 deletions
@@ -0,0 +1,3 @@
transparent_pixel_bundle:
resource: '@TransparentPixelBundle/Controller/'
type: attribute
@@ -0,0 +1,15 @@
{
"bundles": {
"Djdmg\\TransparentPixelBundle\\TransparentPixelBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": [
"TransparentPixelBundle ready.",
"Routes imported at config/routes/transparent_pixel.yaml",
"Next steps:",
" - bin/console doctrine:migrations:diff",
" - bin/console doctrine:migrations:migrate -n"
]
}