AshwiniBalya's avatar

How to load library from vendor folder

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.

0 likes
3 replies
AshwiniBalya's avatar

Thank you for suggestion. It if working now. I used use Mailchimp;

in my application page.

Please or to participate in this conversation.