Skip to content

Commit 61b492b

Browse files
committed
Update scripts
1 parent 3b4ae57 commit 61b492b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,13 @@
4444
"post-root-package-install": [
4545
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
4646
],
47-
"post-create-project-cmd": [
48-
"@php artisan key:generate"
49-
],
5047
"post-autoload-dump": [
5148
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
5249
"@php artisan package:discover"
50+
],
51+
"post-create-project-cmd": [
52+
"@php artisan key:generate",
53+
"@php artisan jwt:secret --force"
5354
]
5455
},
5556
"config": {

0 commit comments

Comments
 (0)