#30 #19 change PDO mode and the seeder from yaml to a service for mass importing

This commit is contained in:
Nabeel Shahzad
2017-06-24 12:59:07 -05:00
parent 3736e530bf
commit 2aa7cc66d5
5 changed files with 41 additions and 90 deletions

View File

@@ -25,7 +25,7 @@ clean:
reset: clean
@sqlite3 database/testing.sqlite ""
@php artisan migrate:refresh --seed --seeder DevelopmentSeeder
@php artisan migrate:refresh --seed
db:
sqlite3 database/testing.sqlite ""