image icon indicating copy to clipboard operation
image copied to clipboard

image source not readable

Open nattive opened this issue 5 years ago • 2 comments

Please, guys, I'm yet to fish out the problem in my laravel 6 app.

Keeps saying image source not readable. I have followed all the solutions I find online to avail.

Please check and help me. Thanks

https://stackoverflow.com/q/59622089/10535517

nattive avatar Jan 07 '20 14:01 nattive

I have the same problem but i use laravel 8x

{
    "message": "Image source not readable",
    "exception": "Intervention\\Image\\Exception\\NotReadableException",
    "file": "/var/www/html/vendor/intervention/image/src/Intervention/Image/AbstractDecoder.php",
    "line": 346
    ...

}

AlvinQinwen avatar Apr 06 '21 08:04 AlvinQinwen

If you have access to your Terminal. Run php artisan storage:link

Or in your web.php, write a function that returns Artisan::call('storage:link')

Or on your cpanel terminal, run ln -s /path/to/laravel/storage/app/public

nattive avatar Apr 06 '21 12:04 nattive