run database migrations quietly on create project
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
"post-create-project-cmd": [
|
||||
"@php artisan key:generate --ansi",
|
||||
"@php -r \"file_exists('database/database.sqlite') || touch('database/database.sqlite');\"",
|
||||
"@php artisan migrate --ansi"
|
||||
"@php artisan migrate --quiet --ansi"
|
||||
]
|
||||
},
|
||||
"extra": {
|
||||
|
||||
Reference in New Issue
Block a user