RWOverdijk / AssetManager

AssetManager written for zf2. Managing assets for zend framework 2
BSD 2-Clause "Simplified" License
211 stars 83 forks source link

unable to load AssetManager #212

Closed wiryonolau closed 3 years ago

wiryonolau commented 6 years ago

I got this error, from latest skeleton framework then adding assetmanager. I choose minimal install

Uncaught exception 'Zend\ServiceManager\Exception\ServiceNotFoundException' with message 'Unable to resolve service "AssetManager\Service\AssetManager" to a factory

"php": "^5.6 || ^7.0",
"zendframework/zend-component-installer": "^1.0 || ^0.7 || ^1.0.0-dev@dev",
"zendframework/zend-mvc": "^3.0.1",
"zfcampus/zf-development-mode": "^3.0",
"rwoverdijk/assetmanager": "^1.7",
"zendframework/zend-mvc-console": "^1.1",
"zendframework/zend-filter": "^2.7"

I still using php5.6 does this cause it, modules.config.php only consist of

'Zend\Router',
'Zend\Validator',
'AssetManager',
'Application',
RWOverdijk commented 5 years ago

This might be fixed with the last release. Could you verify?