is this helpful ?
public function redirect($provider,$redirectUrl,$scopes)
{
return Socialite::with($provider)->scopes($scopes)->redirectUrl($redirectUrl)->redirect();
}
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community