Skip to content

Instantly share code, notes, and snippets.

@andyyou
Created October 23, 2020 06:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andyyou/8304c2e4a6b2d1469abf9edbf2cf9819 to your computer and use it in GitHub Desktop.
Save andyyou/8304c2e4a6b2d1469abf9edbf2cf9819 to your computer and use it in GitHub Desktop.
Markdium-Laravel 8 - Integrate Jetstream + Socialite in 30 mins
$ 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