Created
October 23, 2020 06:01
-
-
Save andyyou/8304c2e4a6b2d1469abf9edbf2cf9819 to your computer and use it in GitHub Desktop.
Markdium-Laravel 8 - Integrate Jetstream + Socialite in 30 mins
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ composer require laravel/socialite | |
# (opt) If you meet memory limit error, place `COMPOSER_MEMORY_LIMIT=-1` before command | |
# $ COMPOSER_MEMORY_LIMIT=-1 composer require laravel/socialite |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment