Skip to content

Commit

Permalink
Added artisan passport:keys to composer create project cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianSkierniewski committed Apr 7, 2017
1 parent 2a249d4 commit ba3de7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
],
"post-create-project-cmd": [
"php artisan key:generate",
"php artisan passport:keys",
"php artisan vendor:publish --tag=public --force --provider=\"Gzero\\Admin\\ServiceProvider\""
],
"post-install-cmd": [
Expand Down

0 comments on commit ba3de7d

Please sign in to comment.