Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to fetch or create instance of Geocoder\GoogleMaps #6

Open
PoetikDragon opened this issue Jun 20, 2019 · 0 comments
Open

Unable to fetch or create instance of Geocoder\GoogleMaps #6

PoetikDragon opened this issue Jun 20, 2019 · 0 comments

Comments

@PoetikDragon
Copy link

Every provider is exposed as a service in the main Service Manager following the convention: Geocoder\<PROVIDER_NAME_IN_CAMELCASE> Such service will be an instance of corresponding Geocoder\Provider\<PROVIDER_NAME_IN_CAMELCASE> with appropriate configuration passed to its constructor

Following the example in README.md I get the following error:
Zend\ServiceManager\ServiceManager::get was unable to fetch or create an instance for Geocoder\GoogleMap

I have confirmed that the module is loading successfully and importing the config. What is needed to actually create the service for the provider?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant