Php – Laravel App when hosted saves images in the storage/app/ instead of storage/app/public, but saves correctly locally
community, I have an issue with my Laravel application, when saving images in my app, it works locally and keeps them in the correct directory, however, when I host the application to my server and try to test the application…