Level 88
You need to import the correct class to do that! Use an IDE to find the correct class or find the class yourself with the correct namespace.
However you can use a package to do this: https://github.com/skovmand/mailchimp-laravel
Hi,
I am using laravel 5 and integrating mailchimp API with that. I am not able to load mailchimp library in my program. I am getiing following error.
ReflectionException in Container.php line 833: Class App\Http\Controllers\Mailchimp does not exist
Please help me with this issue. Thank you.
You need to import the correct class to do that! Use an IDE to find the correct class or find the class yourself with the correct namespace.
However you can use a package to do this: https://github.com/skovmand/mailchimp-laravel
Please or to participate in this conversation.