File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed
Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,6 @@ public function registerBundles(): array
2828 */
2929 public function registerContainerConfiguration (LoaderInterface $ loader ): void
3030 {
31- $ loader ->load ($ this ->getRootDir () . '/config/config .yml ' );
31+ $ loader ->load ($ this ->getRootDir () . '/config/config_ ' . $ this -> environment . ' .yml ' );
3232 }
3333}
Original file line number Diff line number Diff line change @@ -4,3 +4,13 @@ imports:
44doctrine :
55 dbal :
66 path : " %kernel.root_dir%/../var/db_dev.sql"
7+
8+ web_profiler :
9+ toolbar : true
10+ intercept_redirects : false
11+
12+ framework :
13+ router :
14+ resource : " %kernel.root_dir%/config/routing_dev.yml"
15+ profiler :
16+ enabled : true
Original file line number Diff line number Diff line change 1+ sylius :
2+ resource : " ../../../../vendor/sylius/sylius/app/config/routing_dev.yml"
You can’t perform that action at this time.
0 commit comments