Image issue

I've run this command
php artisan storage:link
php artisan storage:link
but image not showing.How can I fix it.
No description
2 Replies
krekas
krekas6mo ago
is your app_url set correctly in the env?
DrByte
DrByte6mo ago
If you right-click the image and Inspect in your browser, what's the img src URL? Also, please post your FileUpload Form code, and your ImageColumn Table code.