Laravel doesn't show uploaded images (Shared Host) – CPanel
I have a shared host, I only have access via Cpanel. But I have a small problem, as uploaded images do not appear. Does anyone know how to solve? Code where I save the image $request->picture->storeAs('public/upload/authors', $filename); Code to see…