seed db from yaml file

This commit is contained in:
Nabeel Shahzad
2017-06-12 22:47:53 -05:00
parent ce45c32ce0
commit 8615ce5b54
4 changed files with 125 additions and 81 deletions

View File

@@ -17,7 +17,8 @@
"doctrine/dbal": "~2.3",
"zizaco/entrust": "5.2.x-dev",
"prettus/l5-repository": "^2.6",
"spatie/laravel-pjax": "^1.3"
"spatie/laravel-pjax": "^1.3",
"symfony/yaml": "^3.3"
},
"require-dev": {
"fzaninotto/faker": "~1.4",