add setting() helper; fix invalid defaults for mysql in table

This commit is contained in:
Nabeel Shahzad
2017-12-09 21:56:26 -06:00
parent 3a22062cd2
commit f2add8908b
7 changed files with 60 additions and 6 deletions

View File

@@ -63,6 +63,9 @@
"bpocallaghan/generators": "5.0.1"
},
"autoload": {
"files": [
"app/Support/helpers.php"
],
"classmap": [
"database"
],