added vendor to dockerignore

added doctrine for renaming database column
changed email to phone number
added confirm_password upon signup
This commit is contained in:
jack
2018-04-25 17:44:18 +08:00
parent 737c7da54f
commit b166712039
17 changed files with 720 additions and 26 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ class User extends Authenticatable implements JWTSubject
* @var array
*/
protected $fillable = [
'name', 'email', 'password',
'name', 'phone', 'password'
];
/**