You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: