"라라벨 Socialite 설치"의 두 판 사이의 차이

잔글 (Jmnote 사용자가 라라벨 socialite 설치 문서를 라라벨 Socialite 설치 문서로 옮겼습니다)
(차이 없음)

2016년 8월 6일 (토) 18:34 판

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 }}