Search code examples
laravelcomposer-phplaravel-socialite

Cannot install composer laravel/socialite


I am having error in installing laravel/socialite in my laravel 5.2 project.

I tried this -- composer laravel/socialite but gets an error like this.

enter image description here

Please help me.


Solution

  • You should write this

    composer require laravel/socialite
    

    this is the command. Use this