Laravel Images uploaded are not showing but link storage is working
I'm currently uploading 2 projects into my ubuntu server with cyberpanel. (One of them is https://simplycar.es/storage/fotos/1677542768-WhatsApp%20Image%202023-02-28%20at%2001.03.28.jpeg) Both are in Laravel and use the same way to upload images. Way to upload: if (is_uploaded_file($request->file('foto'))) { $picture = time() . "-" .…