mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 01:56:28 +03:00
12 lines
313 B
JSON
12 lines
313 B
JSON
{
|
|
"copy-from-package": {
|
|
"routing/": "config/routing/",
|
|
"Business/": "src/Business/",
|
|
"Controller/": "src/Controller/",
|
|
"Entity/": "src/Entity/",
|
|
"Repository/": "src/Repository/",
|
|
"templates/": "templates/",
|
|
"DataFixtures/": "src/DataFixtures/"
|
|
}
|
|
}
|