mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-20 03:26:24 +03:00
feat(bundle): register new bundle @ArtoxLabClarcBundle
US-30728
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"bundles": {
|
||||
"ArtoxLab\\Bundle\\ClarcBundle\\ArtoxLabClarcBundle": ["all"]
|
||||
},
|
||||
"copy-from-package": {
|
||||
"Layers/Entities/": "%SRC_DIR%/Domain/",
|
||||
"Layers/UseCases/": "%SRC_DIR%/UseCases/",
|
||||
"Layers/Interfaces/": "%SRC_DIR%/Interfaces/",
|
||||
"Layers/Infrastructure/": "%SRC_DIR%/Infrastructure/"
|
||||
},
|
||||
"gitignore": [
|
||||
".env",
|
||||
"/.idea/",
|
||||
".DS_Store"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user