Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update composer.json
Enforce `jwt:secret` to run without asking for confirmation after the project is created.
  • Loading branch information
ezra-obiwale authored Nov 12, 2017
commit f13525b0e6430d99646e604a7b05a889e001cdb0
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
],
"post-create-project-cmd": [
"php artisan key:generate",
"php artisan jwt:secret"
"php artisan jwt:secret -f"
],
"post-install-cmd": [
"Illuminate\\Foundation\\ComposerScripts::postInstall",
Expand Down