-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
Description
I have installed ZendDeveloperTools using
"php composer.phar require zendframework/zend-developer-tools:dev-master"
Once I enable ZendDeveloperTools in configuration file. it throws error
Fatal error: Uncaught exception 'Zend\Di\Exception\MissingPropertyException' with message 'Missing instance/object for parameter driver for Zend\Db\Adapter\Adapter::__construct'
if I disable ResetModule, Developer tool works fine and vise versa. It seems there is some conflict between ZendDeveloperTools and ZF2-Restful-Module-Skeleton