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 dd52b70 commit b8eb055Copy full SHA for b8eb055
composer.json
@@ -62,7 +62,8 @@
62
"post-create-project-cmd": [
63
"@php artisan key:generate --ansi",
64
"@php -r \"file_exists('database/database.sqlite') || touch('database/database.sqlite');\"",
65
- "@php artisan migrate --graceful --ansi"
+ "@php artisan migrate --graceful --ansi",
66
+ "pnpm i"
67
],
68
"dev": [
69
"Composer\\Config::disableProcessTimeout",
0 commit comments