dsnm64969 2016-07-10 19:26
浏览 138
已采纳

无法在Laravel 5.2.39中安装tymon / jwt-auth

I try to install tymon/jwt-aut in fresh Laravel 5.2.39

composer require tymon/jwt-aut

I'm get response:

[InvalidArgumentException]                        
Could not find package tymon/jwt-aut at any version for your 
minimum-stability (stable). Check the package spelling or your minimum-stability
  • 写回答

1条回答 默认 最新

  • douyou7102 2016-07-10 19:30
    关注

    It should be composer require tymon/jwt-auth

    You are missing an h

    https://packagist.org/packages/tymon/jwt-auth

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?