How does your postLogin look?
if ($this -> auth -> attempt($request -> only('email', 'password')))
{
return redirect('/'); # redirect user here
}
You can redirect the user whereever you want. Or do I missunderstand your question?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community