WIP: User table populated and login

This commit is contained in:
Deon George
2018-07-13 14:53:44 +10:00
parent 96673a9e53
commit 64b6c09b8f
22 changed files with 230 additions and 2692 deletions

57
composer.lock generated
View File

@@ -1,10 +1,10 @@
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "9d58976ecb12e11253a69e8d1e49e613",
"content-hash": "e6283e4f1d3de303b1abab3cc342c8cd",
"packages": [
{
"name": "acacha/user",
@@ -2369,11 +2369,11 @@
},
{
"name": "leenooks/laravel",
"version": "0.1.6",
"version": "0.1.7",
"source": {
"type": "git",
"url": "https://dev.leenooks.net/leenooks/laravel",
"reference": "b0fcdaa3756f844332e2be5e2b36e270e8a4cdb6"
"reference": "ac867a25265d07476967eef7d01516a92b9f2b73"
},
"require": {
"igaster/laravel-theme": "2.0.6",
@@ -2409,7 +2409,7 @@
"laravel",
"leenooks"
],
"time": "2018-06-15T04:14:04+00:00"
"time": "2018-07-13T04:39:10+00:00"
},
{
"name": "maximebf/debugbar",
@@ -3442,53 +3442,6 @@
],
"time": "2018-05-26T01:33:24+00:00"
},
{
"name": "quickbooks/v3-php-sdk",
"version": "v5.0.1",
"source": {
"type": "git",
"url": "https://github.com/intuit/QuickBooks-V3-PHP-SDK.git",
"reference": "f1b1db3171dc2005e072a36ed7d240ccc0412c15"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/intuit/QuickBooks-V3-PHP-SDK/zipball/f1b1db3171dc2005e072a36ed7d240ccc0412c15",
"reference": "f1b1db3171dc2005e072a36ed7d240ccc0412c15",
"shasum": ""
},
"require": {
"php": ">=5.6.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
},
"type": "library",
"autoload": {
"psr-4": {
"QuickBooksOnline\\API\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "hlu2",
"email": "Hao_Lu@intuit.com"
}
],
"description": "The Official PHP SDK for QuickBooks Online Accounting API",
"homepage": "http://developer.intuit.com",
"keywords": [
"api",
"http",
"quickbooks",
"rest",
"smallbusiness"
],
"time": "2018-05-26T01:33:24+00:00"
},
{
"name": "ramsey/uuid",
"version": "3.7.3",