Skip to content

Commit

Permalink
composer 更新時に ide-hepler を実行する設定
Browse files Browse the repository at this point in the history
  • Loading branch information
okashoi committed Mar 17, 2019
1 parent aaa854a commit 1aba617
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@
],
"post-create-project-cmd": [
"@php artisan key:generate --ansi"
],
"post-update-cmd": [
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
"php artisan ide-helper:generate",
"php artisan ide-helper:meta"
]
}
}

0 comments on commit 1aba617

Please sign in to comment.