-
Notifications
You must be signed in to change notification settings - Fork 102
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
Laravel 4.1 Missing argument 2 for Geocoder\Provider\CloudMadeProvider::__construct() #5
Comments
Hi Michael, I've got an email with exactly the same question. Atm the lib doest not support this. It you want to fix it asap - I suggest you to extend the service provider. I'm thinking about the best way to implement this. It's not just a parameter in the onfiguration file beacuse providers are differents. |
Gotcha, thanks for the quick response. We'll do just that. |
Can we do something to get this issue "solved" or "closed"? |
Mmm I'll prepare a patch for that becase we should be able to give som arguments to provider's constructor via the config file. I think it will make it easier to use. |
I'm working on an update for this, to include correct config for every supported provider. |
Thanks 👍 It sounds great :) |
ping @anaxamaxan :) |
I just got this error as well. |
nice! |
🎆 |
Get the error below. I am not seeing where the API key is supposed to be set that should be getting to the CloudMade provider. Am I doing something wrong here? Thanks.
The text was updated successfully, but these errors were encountered: