From 38bd8a26cd0d0c8c711ea061ef3c049882656edc Mon Sep 17 00:00:00 2001 From: jringeisen Date: Sun, 17 Apr 2022 10:43:46 -0400 Subject: [PATCH] Updated readme to include step to install laravel socialite. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 721fc82..b89aa7e 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,11 @@ Install the package with the following command composer require jringeisen/social-share ``` +Social Share depends on Laravel Socialite to be able to connect your social platforms, so make sure to install it. +```php +composer require laravel/socialite +``` + Then migrate the databse ```php php artisan migrate