image
image copied to clipboard
image source not readable
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
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
...
}
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