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 2dd40df commit a6e0a2dCopy full SHA for a6e0a2d
composer.json
@@ -28,19 +28,19 @@
28
]
29
},
30
"scripts": {
31
- "post-install-cmd": [
32
- "php artisan clear-compiled",
33
- "php artisan optimize"
34
- ],
35
- "post-update-cmd": [
36
37
38
39
"post-root-package-install": [
40
"php -r \"copy('.env.example', '.env');\""
41
],
42
"post-create-project-cmd": [
43
"php artisan key:generate"
+ ],
+ "post-install-cmd": [
+ "Illuminate\\Foundation\\ComposerScripts::postInstall",
+ "php artisan optimize"
+ "post-update-cmd": [
+ "Illuminate\\Foundation\\ComposerScripts::postUpdate",
44
45
46
"config": {
0 commit comments