JT
Asked
After uploading profile picture of a user, the image does not show. It shows a broken image.
- MSAnswered
Hello,
Can you please run
php artisan storage:link --force
command and share the output in reply.Thank you
- JTAnswered
This is the output:
INFO The [public/storage] link has been connected to [storage/app/public].
ERROR The [public/images] link already exists.
- MSAnswered
Hello,
Please delete
public/storage
andpublic/images
folder and then try to run command again.Once linked, you can try to upload picture again. This photo should be showing up.
Thank you
- Login to Reply