Create recipes for adrienlbt/hexagonal-maker-bundle (#1796)

* Create recipes for adrienlbt/hexagonal-maker-bundle

* Fix errors after bot recipes check

* Fix erros recipes bot check. Add newline at end of manifest

* Rename hexagonal-maker-bundle.yaml to hexagonal_maker_bundle.yaml

* Edit version from 1.0 to 1.1

* Edit version from 1.1 to 1.2

* Update adrienlbt/hexagonal-maker-bundle/1.2/config/packages/hexagonal_maker_bundle.yaml

Edit bundle configuration switch to dev declaration

Co-authored-by: Dmitri Perunov <diimpp@gmail.com>

---------

Co-authored-by: Dmitri Perunov <diimpp@gmail.com>
This commit is contained in:
Adrien Lbt
2025-05-15 22:28:05 +02:00
committed by GitHub
parent aed925e502
commit 88fb52b60b
2 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
when@dev:
hexagonal_maker:
application_path: 'Application'
domain_path: 'Domain'
infrastructure_path: 'Infrastructure'

View File

@@ -0,0 +1,14 @@
{
"bundles": {
"AdrienLbt\\HexagonalMakerBundle\\HexagonalMakerBundle": ["dev"]
},
"composer-scripts": {
"make:hexagonal:autoload": "symfony-cmd"
},
"post-install-output": [
"🎉 Le bundle Hexagonal Maker has been installed."
],
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}