Support the ongoing development of Laravel.io →
posted 4 days ago
Laravel
Last updated by @faizankamal7 4 days ago.
0

Can you find the images yourself 'through' the symlink. E.g. does ls public/storage/ list the content of storage/app/public? Then try ls public/storage/trainee-profile-pictures etc. If not, then the sy

Something to try is make your own symlink instead of relying on artisan: sudo ln -snf /home/customer/www/<path>/storage/app/public /home/customer/www/<path>/public/storage

If that all works, then I'd guess it's a problem with reading the files. Seems like you already checked permissions, so maybe try dumping the images into the actual public folder directly, instead of using the symlink (just delete it), and see if the code finds the files then.

Is there any error message logged when failing to read the images?

Thanks for making your question so easy to read

Last updated by @ianflanagan1 4 days ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.