Gregwar / Image

A PHP library to handle images
MIT License
1k stars 190 forks source link

Class 'Gregwar\Cache\Cache' not found in /*SERVER*/ #117

Open ajaygolu94 opened 8 years ago

ajaygolu94 commented 8 years ago

cache is not found how to resolve it?

ajaygolu94 commented 8 years ago

when i write the code for saving the file in server it gives me this error. if it comment that line it is not showing any error.

$img->merge($img1,$xpos,$ypos); $img->save('./uploads/'.$name, 'jpg'); // Error is caused by this line

Gregwar commented 8 years ago

Did you installed with composer?