hugofirth / laravel-mailchimp

A composer package for the MailChimp API PHP class (as provided by MailChimp) which supports the Laravel 4 framework.
96 stars 27 forks source link

Service provider not deferred #23

Closed lonnylot closed 9 years ago

lonnylot commented 10 years ago

The package method (called in boot) does a lot of file/directory checks when it is called. If you have an app that does a lot of things NOT related to Mailchimp this will cause a problem. Would it be possible to set the service provider to be deferred?