I have the login functionality working on my local system (MAMP), connecting to AD to verify the user. However, when I moved it to a dev server (pushed to git, cloned, pulled, yada yada), the dev server keeps saying "Class App\Http\Controllers\Auth\LoginController does not exist". This is true, it doesn't exist. It doesn't exist on my local box either, but it works fine.
What is being missed (or changed) when I clone my site? How do I fix this?!
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community