Home
users multi provider
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (1)
users
id
increments
name
string
(255)
avatar
string
(255)
email
string
(100)
status
string
(10)
active_code
string
(255)
remember_token
string
(100)
timestamps
timestamps
oauth_indentities
id
increments
user_id
FK
bigInteger
provider
string
(100)
provider_id
string
(255)
access_token
string
(255)
name
string
(255)
avatar
string
(255)
timestamps
timestamps
profiles
id
increments
user_id
FK
bigInteger
address
string
(255)
gender
tinyInteger
dob
timestamp
phone
string
(50)
timestamps
timestamps
Roles
id
increments
timestamps
timestamps
name
string
(100)
label
string
(100)
Permissions
id
increments
timestamps
timestamps
name
string
(100)
label
string
(100)
×
Comments for users multi provider
nats86stan . 22 September 2016
https://laracasts.com/discuss/channels/laravel/socialite-best-practices-with-multiple-providers
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01