Initial user management in admin panel

This commit is contained in:
Nabeel Shahzad
2017-11-29 18:01:07 -06:00
parent f8cf430db8
commit f52b4bb4d9
17 changed files with 491 additions and 5 deletions

View File

@@ -20,6 +20,7 @@ users:
flight_time: 43200
created_at: now
updated_at: now
active: 1
- id: 2
name: Carla Walters
email: carla.walters68@example.com
@@ -32,6 +33,7 @@ users:
flight_time: 43200
created_at: now
updated_at: now
active: 1
- id: 3
name: Raymond Pearson
email: raymond.pearson56@example.com
@@ -44,6 +46,7 @@ users:
flight_time: 43200
created_at: now
updated_at: now
active: 0
role_user:
- user_id: 1