Laravel5.4安装passport时遇到的一些问题

  1. 安装时可能不支持高版本,我使用了composer require laravel/passport ~4.0
  2. 安装后执行迁移时nothing to migrate,需要手动注册Provider, 在config/app.php中providers中添加Laravel\Passport\PassportServiceProvider::class。
  3. 执行php artisan passport:install时提示“There are no commands defined in the “passport” namespace.” 需要执行cache:clear和config:cache 更新缓存。
  4. 其他待更新

本文链接:https://my.lmcjl.com/post/28.html

展开阅读全文

4 评论

留下您的评论.