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
The package tries to guess your `user` table by checking what is set in the auth providers users settings. If this key is not found, the default `App\User` will be used to get the table name.
86
+
The package tries to guess your `user` table by checking what is set in the auth providers users settings.
87
+
If this key is not found, the default `App\User` will be used to get the table name.
88
+
89
+
The migration adds a `verification_token` and a `verified` field to the user table.
89
90
90
-
To customize the migration to your needs, publish it with the following command:
91
+
To customize the migration(s) to your needs, publish them with the following command:
0 commit comments