Skip to content

Image::url returning url but image is not resized #34

@danielgroppo

Description

@danielgroppo

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions