ppi / framework

The PPI Framework Engine
http://www.ppi.io
MIT License
154 stars 30 forks source link

app/console router:debug throwing exception #120

Closed dragoonis closed 8 years ago

dragoonis commented 9 years ago

Pauls-MacBook-Pro-2:skeleton dragoonis$ app/console router:debug

[Zend\ServiceManager\Exception\ServiceNotFoundException] PPI\ServiceManager\ServiceManagerBuilder::get was unable to fetch or create an instance for controller_name_converter

vitorbrandao commented 9 years ago

I'll work on this.

dragoonis commented 9 years ago

@noisebleed Confirmed that this issue is still occurring on latest master.

dragoonis commented 9 years ago

We need a service named: controller_name_converter, which should resolve to class: Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader

dragoonis commented 8 years ago

@noisebleed fixed.

controller_name_converter Service Manager alias created to map to our Controller Name Parser.