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

(새 문서: ==개요== ;Laravel Socialite 설치 ;라라벨 Socialite 설치 <source lang='console'> root@zetawiki:/var/www/laravel# composer require laravel/socialite Using version ^2.0 for lara...)
 
43번째 줄: 43번째 줄:
* https://github.com/laravel/socialite
* https://github.com/laravel/socialite


[[분류: 라라벨]]
[[분류: Laravel]]
[[분류: composer 설치]]
[[분류: composer 설치]]

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