Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

最近学习开发composer 扩展包;根据网上的教程,开发完成后,上传到github;
然后发布到:
https://packagist.org/package...
使用composer require ckryo/laravel_auth 无论如何也引用不到;

报错:

[InvalidArgumentException]                                                                                                                          
  Could not find package ckryo/laravel_auth at any version for your minimum-stability (stable). Check the package spelling or your minimum-stability

github地址:
https://github.com/ckryo/lara...
packagist地址:
https://packagist.org/package...

请大神们指导一下。


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
662 views
Welcome To Ask or Share your Answers For Others

1 Answer

你没发布release,只能使用以下方式安装:

composer require ckryo/laravel_auth:dev-master

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...