Image upload with Laravel
Hello,
I run image upload for the Avatar.
the avater field of the table is filled with
images/8VXoWEgY3aUiBn0JxWGy3qpsinHs4m2bynjMjdKD.jpg the image is being saved here
storage > app > public > images But image is not show on page.
Replies (6)
Did you even try storage:link? Do you even know Laravel? This is not stack-overflow,but again ,who am I to judge
Hi,
Please run this command to create a symlink folder.
php artisan storage:link Thanks
I did but receiving the message
ERROR The [public/storage] link already exists.
but image not showing.
