laravel-paperclip icon indicating copy to clipboard operation
laravel-paperclip copied to clipboard

Laravel file attachment solution for Eloquent

Results 12 laravel-paperclip issues
Sort by recently updated
recently updated
newest added

Hello, I'm back with an issue I have trouble understanding how to bridge. I'm running `paperclip:fresh` for a single class and a single variant on project hosted with lambda functions...

Hey @czim -- firstly, thanks for responding to my original question in #9. Really appreciate you taking the time to do that! I've added an initial migration guide that outlines...

I added variants to my model's paperclip config and encountered a problem when re-uploading images. Original was uploaded as expected, but variants were uploaded with incorrect extension (from previous version)....

If we have decided to change our interpolation mechanism - for example: ``` 'url' => '/:class_name/:id/:attachment/:style/:hash.:extension', ``` becomes ``` 'url' => '/:class_name/:id/:attachment/:style/:secure_hash.:extension', ``` How can we change this without breaking...

enhancement
help wanted

I briefly looked through `czim/file-handler` and `czim/laravel-paperclip` but did not find a convenient way to trigger a rotation on attachments. 1) Is this even possible for me to extend and...

help wanted

Since an upgrade from 2.7 to 3.2, we've been encountering an issue with the new method for attaching the attributes to an entity. If we use a restrictive `select` on...

I'm receiving the following error trying to save a photo with variants: ``` InvalidArgumentException with message 'Height value for portrait resize is empty. This may be caused by unfixed EXIF-rotated...

bug

I'm migrating from stapler and my last hurdle is that filenames are being encoded differently. Stapler would save the filename without encoding. As a work around i've extended the `Interpolator`...

bug
help wanted

Storing an image file from an URL that has no file extension may result in an `Imagine\Exception\InvalidArgumentException` being thrown, with the message ` Saving image in "" format is not...

bug

Hey @czim I'm interested in using this package instead of Stapler, but we already use Stapler (via `laravel-stapler`) in our project. I saw the list of differences in the readme,...

enhancement