Skip to content

Commit f583a9d

Browse files
committed
Added post create-project command to generate key.
1 parent b7c147c commit f583a9d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

composer.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,17 @@
1616
]
1717
},
1818
"scripts": {
19-
"pre-update-cmd": [
20-
"php artisan clear-compiled"
21-
],
2219
"post-install-cmd": [
2320
"php artisan optimize"
2421
],
22+
"pre-update-cmd": [
23+
"php artisan clear-compiled"
24+
],
2525
"post-update-cmd": [
2626
"php artisan optimize"
27+
],
28+
"post-create-project-cmd": [
29+
"php artisan key:generate"
2730
]
2831
},
2932
"config": {

0 commit comments

Comments
 (0)