-
Notifications
You must be signed in to change notification settings - Fork 27
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
Laravel5 issue #32
Comments
is this resolved? |
No it is not. Any way to solve it? |
maybe php artisan vendor:publish ? |
I tried Same problem occurs: |
As I see the problem is: $this->package('hugofirth/mailchimp'); in the MailchimpServiceProvider boot method. So I think this logic is changed.. |
And as I see, the config files are changed to objects and the config file in in mailchimp is still an array. |
Oh - also the mailchimp/mailchimp package does not longer exist 👎 |
Hm, the mailchim\mailchimp package was no problem on my side. But I have to say that I use the dev-master version in my composer.json. |
The mailchimp/mailchimp package still exists. |
I did my own package for using Mailchimp in L5, if you are interested: https://packagist.org/packages/skovmand/mailchimp-laravel |
Thanks @skovmand - I love it:-) |
Hi Guys, I just wanted to jump in here and say that I have seen this. Unfortunately I am completely flat out at the moment and so haven't had time for any php dev of late. These kind of issues were why I never tagged a release for L5, as I haven't done testing. Good news is though, that my deadline for this craziness is just around the corner. I'd like to give this package some love, as it does seem that there is an interest in it. Watch this space, in the meantime, if you're on L5 then other packages like the one by @skovmand will probably be the way to go. Or ... you know.... if anyone wanted to make a PR 😄 |
If i run php artisan config:publish hugofirth/mailchimp i get this error
The text was updated successfully, but these errors were encountered: