Add demo data in `postdeploy`

This commit is contained in:
Christopher C. Wells 2021-04-07 21:41:20 -07:00
parent c088beb78c
commit bed872cd9f
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
}
},
"scripts": {
"postdeploy": "php artisan migrate --force && php artisan user:add kcal kcal --name=Admin"
"postdeploy": "composer require fakerphp/faker && php artisan migrate --force && php artisan db:seed"
},
"success_url": "/"
}