I'm using laravel 9 so I just deployed it on namecheap server so I run this command
php artisan storage:link my images are not showing but when I open my public folder the image are been stored there
@kikter Phew. Thats good at least. But do you need to have /public in your url to access it? Generally you want your files below public_html, and then point to your public dictory as root (or symlink your public_html to public)