You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please see the [Base Installation Guide](https://socialiteproviders.com/usage/), then follow the provider specific instructions below.
10
10
11
-
### Add configuration to `config/services.php`.
11
+
### Add configuration to `config/services.php`
12
12
13
13
```php
14
14
'xrel' => [
@@ -20,9 +20,9 @@ Please see the [Base Installation Guide](https://socialiteproviders.com/usage/),
20
20
21
21
### Add provider event listener
22
22
23
-
Configure the package's listener to the listen for `SocialiteWasCalled` events.
23
+
Configure the package's listener to listen for `SocialiteWasCalled` events.
24
24
25
-
Add the event to your `listen[]` array in `app/Providers/EventServiceProvider`. See the [Base Installation Guide](https://socialiteproviders.com/usage/) for detailed instructions.
25
+
Add the event to your `listen[]` array in `app/Providers/EventServiceProvider`. See the [Base Installation Guide](https://socialiteproviders.com/usage/) for detailed instructions.
0 commit comments