Skip to content

Commit

Permalink
Updated readme to include step to install laravel socialite.
Browse files Browse the repository at this point in the history
  • Loading branch information
jringeisen committed Apr 17, 2022
1 parent ad375c1 commit 38bd8a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 38bd8a2

Please sign in to comment.