Unable To Connect Laravel to MailChimp (laravel 5.4)

你离开我真会死。 提交于 2019-12-01 14:07:53
Alexander Solonik

Not sure this will directly resolve your issue, but you need to run the following command in your terminal:

php artisan vendor:publish --provider="Spatie\Newsletter\NewsletterServiceProvider"

This creates a laravel-newsletter.php in the config directory, that's where your List ID and MailChimp API key should go.

PS: the package seems to have an issue with env so don't use it, just enter your keys as strings.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!