Giter Club home page Giter Club logo

Comments (5)

rolandstarke avatar rolandstarke commented on July 18, 2024 1

@fxcjahid

Hey, i think the solution is:

return Thumbnail::src('3IKY0qvtjCyPIpruhiDYany3oLF5aCHTD5OZGuon.webp', 'public')->url();

If that dosn't work let me know, You can try outputting the uncropped original image first without the thumbnail lib like this.

return Storage::disk('public')->url('3IKY0qvtjCyPIpruhiDYany3oLF5aCHTD5OZGuon.webp');

pd from the config is used to build the url, but you never have to pass it somewhere.

from laravel-thumbnail.

rolandstarke avatar rolandstarke commented on July 18, 2024

I did not test it, but the storage_path should be allowed in the default config here: https://github.com/rolandstarke/laravel-thumbnail/blob/master/config/thumbnail.php#L30

Else idk if its just for the question, but you need ->url() to output the url.

\Thumbnail::src(storage_path('public/'.$pnews->primary_img))->url()

from laravel-thumbnail.

fxcjahid avatar fxcjahid commented on July 18, 2024

@rolandstarke
Can you give me a solution what is the problem here?

Method 1:
return \Thumbnail::src('3IKY0qvtjCyPIpruhiDYany3oLF5aCHTD5OZGuon.webp', 'pd')->url();

getting error:

Source is not allowed. Given path "3IKY0qvtjCyPIpruhiDYany3oLF5aCHTD5OZGuon.webp" on disk "pd" (View: *.balde.php)

Method 2:
return Thumbnail::src('3IKY0qvtjCyPIpruhiDYany3oLF5aCHTD5OZGuon.webp', 'public_storage')->url();

getting error:

Using $this when not in object context (View: *.balde.php )

from laravel-thumbnail.

fxcjahid avatar fxcjahid commented on July 18, 2024

not worked anything

from laravel-thumbnail.

rolandstarke avatar rolandstarke commented on July 18, 2024

How do you store the original uncropped file?

from laravel-thumbnail.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.