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 0901b45 commit 7034e34Copy full SHA for 7034e34
composer.json
@@ -17,10 +17,12 @@
17
"php artisan key:generate"
18
],
19
"post-install-cmd": [
20
- "Illuminate\\Foundation\\ComposerScripts::postInstall"
+ "Illuminate\\Foundation\\ComposerScripts::postInstall",
21
+ "php artisan key:generate"
22
23
"post-update-cmd" :[
24
25
26
]
27
},
28
"config": {
0 commit comments