Look into AuthenticatesAndRegistersUsers trait, it's where login/registration is implemented. You'll probably have to override postLogin method in your AuthController and add site field to the $credentials array.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.