I'm trying to use this on Laravel 4.2, I have installed Imagine too and followed all steps (config publish, inclusive) with no error. When I call Image::url to make a resize of an image, this returns the url but the new image is not generated on the path.
Image::url($content->original_file_url,300,300)
If this line return the new url, the package is working in part, why the new image is not being generated?