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 8fc2935 commit f86c880Copy full SHA for f86c880
composer.json
@@ -32,7 +32,8 @@
32
"php -r \"file_exists('.env') || copy('.env.example', '.env');\""
33
],
34
"post-create-project-cmd": [
35
- "php artisan key:generate"
+ "php artisan key:generate",
36
+ "npm install"
37
38
"post-install-cmd": [
39
"Illuminate\\Foundation\\ComposerScripts::postInstall",
0 commit comments