It looks like you're trying to use the Socialite package without having it installed. To stop the error, you can either remove the code that's trying to use Socialite, or follow the instructions at the link to install it.
thanks Justin for the reply. actually i installed the package with a wrong path.
I suggest you to Try
use Illuminate\Http\Request;
in your controller add use Socialize;
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community