Support the ongoing development of Laravel.io →
Authentication

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?!

Last updated 3 years ago.
0

Try run:

composer install
0

Sign in to participate in this thread!

Eventy

Your banner here too?

dbeckett dbeckett Joined 20 Jan 2017

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.