JT
Asked
After uploading profile picture of a user, the image does not show. It shows a broken image.
- MSAnsweredHello,
Can you please run `php artisan storage:link --force` command and share the output in reply.
Thank you - JTAnsweredThis is the output:
INFO The [public/storage] link has been connected to [storage/app/public].
ERROR The [public/images] link already exists. - MSAnsweredHello,
Please delete `public/storage` and `public/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