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
4. Now that we have published a few new files to our application we need to reload them with the following command:
@@ -40,14 +40,14 @@ Social OAuth authentication for Laravel 5. Drivers: Facebook, Twitter, Google, L
40
40
41
41
## Configuration
42
42
43
-
When you published the vendor assets you added a new file inside of your `config` folder which is called `config/laravel-socialite.php`. This file contains a bunch of configuration you can use to configure your connexion using social networks.
43
+
When you published the vendor assets you added a new file inside of your `config` folder which is called `config/laravel-oauth.php`. This file contains a bunch of configuration you can use to configure your connexion using social networks.
44
44
45
45
First, you have to add your service like is defined on The official documentation of Socialite [available here](https://laravel.com/docs/5.6/socialite#configuration). Just setup your
46
46
Oauth services for your application. Laravel/socialite is automatically installed by this package.
47
47
48
48
## Usage
49
49
50
-
1. Fisrt of all in the `config/laravel-socialite.php` file you must define the default users table name to simplify migrations. By default users table is used
50
+
1. Fisrt of all in the `config/laravel-oauth.php` file you must define the default users table name to simplify migrations. By default users table is used
51
51
52
52
```php
53
53
'users' => [
@@ -69,12 +69,12 @@ The last configuration is to stylize the button by editing class name and add or
69
69
70
70

71
71
72
-
Next, if you may want to re-publish the laravel-socialite assets, config, and the migrations run the following command:
72
+
Next, if you may want to re-publish the laravel-oauth assets, config, and the migrations run the following command:
0 commit comments