mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-29 11:03:50 +00:00
Api point for docgen templates
This commit is contained in:
3
src/Bundle/ChillDocGeneratorBundle/config/routes.yaml
Normal file
3
src/Bundle/ChillDocGeneratorBundle/config/routes.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
chill_docgen_controllers:
|
||||
resource: '../Controller/'
|
||||
type: annotation
|
10
src/Bundle/ChillDocGeneratorBundle/config/services.yaml
Normal file
10
src/Bundle/ChillDocGeneratorBundle/config/services.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
services:
|
||||
_defaults:
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
|
||||
Chill\DocGeneratorBundle\Repository\:
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
resource: '../Repository/'
|
@@ -0,0 +1,6 @@
|
||||
services:
|
||||
Chill\DocGeneratorBundle\Controller\:
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
resource: '../../Controller'
|
||||
tags: ['controller.service_arguments']
|
@@ -0,0 +1,6 @@
|
||||
---
|
||||
services:
|
||||
Chill\DocGeneratorBundle\DataFixtures\ORM\:
|
||||
autowire: true
|
||||
resource: ../../DataFixtures/ORM
|
||||
tags: [ 'doctrine.fixture.orm' ]
|
@@ -0,0 +1,2 @@
|
||||
---
|
||||
services:
|
Reference in New Issue
Block a user