Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
jcc committed Mar 6, 2017
2 parents c9b47be + 78b4761 commit c7504b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Console/Commands/BlogInstall.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public function handle()
$this->execShellWithPrettyPrint('php artisan key:generate');
$this->execShellWithPrettyPrint('php artisan migrate --seed');
$this->execShellWithPrettyPrint('php artisan passport:install');
$this->execShellWithPrettyPrint('php artisan storage:link');
}

/**
Expand Down

0 comments on commit c7504b9

Please sign in to comment.