Added new models for Lookup Tables

Added new Library class called LookupHelper to assist in easier access to reference tables across all classes.
Added lookup table migrations
Added chartjs package to composer, and laravel service provider
modified routes to make it easier to see what is going on rather than having different names for post things from get pages
This commit is contained in:
2018-12-21 22:42:56 -06:00
parent 685ac73f15
commit f2f3e9779a
27 changed files with 878 additions and 1092 deletions

View File

@@ -8,6 +8,7 @@
"php": "^7.1.3",
"eveseat/eseye": "^1.1",
"fideloper/proxy": "^4.0",
"fx3costa/laravelchartjs": "^2.5",
"guzzlehttp/guzzle": "^6.3",
"laravel/framework": "5.7.*",
"laravel/socialite": "^3.1",