We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e958018 commit 03ca4a0Copy full SHA for 03ca4a0
composer.json
@@ -54,10 +54,12 @@
54
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
55
],
56
"post-create-project-cmd": [
57
+ "Composer\\Config::disableProcessTimeout",
58
"@php artisan key:generate --ansi",
59
"@php -r \"file_exists('database/database.sqlite') || touch('database/database.sqlite');\"",
60
"@php artisan migrate --graceful --ansi",
- "@php artisan db:seed"
61
+ "@php artisan db:seed",
62
+ "@composer update"
63
64
"dev": [
65
"Composer\\Config::disableProcessTimeout",
0 commit comments