kevbaldwyn / image

Responsive images and on the fly image sizing for laravel 4 and fuel php
23 stars 13 forks source link

Missing ProviderCacher in Larvel's ServiceProvider #17

Closed kcjpop closed 10 years ago

kcjpop commented 10 years ago

Hi Kevin

After composer update I got an error:

Class 'KevBaldwyn\Image\Providers\Laravel\ProviderCacher' not found

It seems you forgot to use KevBaldwyn\Image\Cache\ProviderCacher; in KevBaldwyn\Image\Providers\Laravel\ImageServiceProvider. I add that line and it works.

Best

kevbaldwyn commented 10 years ago

Have fixed this.

ejunker commented 10 years ago

Now that this is fixed can you tag a 2.0.3 version? I tried version 2.0.2 but ran into this error.