I generated a keys using the Laravel command php artisan passport:keys but I don't know where I can find it.
我在哪里可以找到Laravel的护照钥匙?
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-
2条回答 默认 最新
doujianchao7446 2017-07-25 13:31关注When reading the source code I find it gets its path from
$keyPath. Which can be set withloadKeysFrom($path). or uses the default location fromstorage_path(). So this isstorageby default.本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报