Posts by Jonathan Lopes • 1 point
1 post
-
0
votes1
answer130
viewsQ: Doubt storageAs Laravel 5.4
I was with my local Laravel project, and I use this code to save my images: $request->profile_photo->storeAs('empresas/perfil', $filename, 'public'); Now I hosted my project, to host I needed…