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 30d9d82 commit fa56165Copy full SHA for fa56165
composer.json
@@ -38,22 +38,21 @@
38
]
39
},
40
"scripts": {
41
+ "post-root-package-install": [
42
+ "php -r \"copy('.env.example', '.env');\""
43
+ ],
44
+ "post-create-project-cmd": [
45
+ "php artisan key:generate"
46
47
"post-install-cmd": [
48
"php artisan clear-compiled",
49
"php artisan optimize"
50
],
- "post-autoload-dump": [
- "php artisan clear-compiled",
- "php artisan optimize"
51
+ "pre-update-cmd": [
52
+ "php artisan clear-compiled"
53
54
"post-update-cmd": [
55
- ],
- "post-root-package-install": [
- "php -r \"copy('.env.example', '.env');\""
- "post-create-project-cmd": [
56
- "php artisan key:generate"
57
58
59
"config": {
0 commit comments