라라벨 Socialite 설치

1 개요[ | ]

Laravel Socialite 설치
라라벨 Socialite 설치
라라벨 소셜라이트 설치
root@zetawiki:/var/www/laravel# composer require laravel/socialite
Using version ^2.0 for laravel/socialite
./composer.json has been updated
> php artisan clear-compiled
Loading composer repositories with package information
Updating dependencies (including require-dev)
  - Installing guzzle/guzzle (v3.8.1)
    Downloading: 100%         

  - Installing league/oauth1-client (1.6.1)
    Downloading: 100%         

  - Installing guzzlehttp/promises (1.2.0)
    Loading from cache

  - Installing psr/http-message (1.0)
    Loading from cache

  - Installing guzzlehttp/psr7 (1.3.1)
    Loading from cache

  - Installing guzzlehttp/guzzle (6.2.1)
    Loading from cache

  - Installing laravel/socialite (v2.0.18)
    Downloading: 100%         

Package guzzle/guzzle is abandoned, you should avoid using it. Use guzzlehttp/guzzle instead.
Writing lock file
Generating autoload files
> php artisan optimize
Generating optimized class loader

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}