I figured it out!
The problem was that the subfolder name was "admin" <- no capital letters and i call it on the controller "Requests/Admin" <-
So, my local env is Windows (no problems) but the server is Linux, and linux is case sensitive, so it cant find the folder.
I just renamed the folder from "admin" to "Admin" and it works
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.