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
+2 -1
View File
@@ -9,7 +9,8 @@
"fideloper/proxy": "^4.0",
"laravel/framework": "5.6.*",
"laravel/tinker": "^1.0",
"tymon/jwt-auth": "dev-develop"
"tymon/jwt-auth": "1.0.*",
"doctrine/dbal": "~2.3"
},
"require-dev": {
"filp/whoops": "^2.0",