i would like to show a picture in html file i go to the link folder public/storage/image is empty but in the storage/image i find the file and its also saved in th
This worked for me. I added the command "Artisan::call('storage:link', [] );" to the beginning of the route file and deleted the storage folder from public.
It is important to delete the folder first, otherwise it will not work.
Removed the code from the route, if it is working, since it should only run once on the server.