allow server:run with built-in server and create route loader

This commit is contained in:
2014-11-04 22:34:05 +01:00
parent 27378f34ca
commit 11a71d99ec
11 changed files with 150 additions and 3 deletions

View File

@@ -2,6 +2,11 @@ parameters:
# cl_custom_fields.example.class: Chill\CustomFieldsBundle\Example
services:
chill.custom_fields.routing_loader:
class: Chill\CustomFieldsBundle\Routing\RoutesLoader
tags:
- { name: routing.loader }
chill.custom_field_compiler:
class: Chill\CustomFieldsBundle\Service\CustomFieldProvider
call: