首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >laravelcollective/注解与laravel 5.5兼容吗?

laravelcollective/注解与laravel 5.5兼容吗?
EN

Stack Overflow用户
提问于 2018-02-12 23:36:32
回答 1查看 483关注 0票数 0

我想知道LaravelCollective/annotations是否与5.5.34版本的laravel兼容...我在laravelcollective的官方网站上没有看到任何关于它的信息。

当我尝试用来安装它时

代码语言:javascript
复制
composer require laravelcollective/annotations

我有这样的错误:

代码语言:javascript
复制
  Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Conclusion: remove laravel/framework v5.5.34
    - Conclusion: don't install laravel/framework v5.5.34
    - laravelcollective/annotations v5.4.0 requires illuminate/filesystem 5.4.* -> satisfiable by illuminate/filesystem[v5.4.0, v5.4.13, v5.4.17, v5.4.19, v5.4.27, v5.4.36, v5.4.9].
    - laravelcollective/annotations v5.4.1 requires illuminate/filesystem 5.4.* -> satisfiable by illuminate/filesystem[v5.4.0, v5.4.13, v5.4.17, v5.4.19, v5.4.27, v5.4.36, v5.4.9].
    - laravelcollective/annotations v5.4.2 requires illuminate/filesystem 5.4.* -> satisfiable by illuminate/filesystem[v5.4.0, v5.4.13, v5.4.17, v5.4.19, v5.4.27, v5.4.36, v5.4.9].
    - don't install illuminate/filesystem v5.4.0|don't install laravel/framework v5.5.34
    - don't install illuminate/filesystem v5.4.13|don't install laravel/framework v5.5.34
    - don't install illuminate/filesystem v5.4.17|don't install laravel/framework v5.5.34
    - don't install illuminate/filesystem v5.4.19|don't install laravel/framework v5.5.34
    - don't install illuminate/filesystem v5.4.27|don't install laravel/framework v5.5.34
    - don't install illuminate/filesystem v5.4.36|don't install laravel/framework v5.5.34
    - don't install illuminate/filesystem v5.4.9|don't install laravel/framework v5.5.34
    - Installation request for laravel/framework == 5.5.34.0 -> satisfiable by laravel/framework[v5.5.34].
    - Installation request for laravelcollective/annotations ^5.4 -> satisfiable by laravelcollective/annotations[v5.4.0, v5.4.1, v5.4.2].
EN

回答 1

Stack Overflow用户

发布于 2019-11-04 02:15:51

这个答案可能来不及回答,但也许它能帮助某些人

"laravelcollective/annotations: 5.5.1"版本不能清晰地工作

其中包含"laravelcollective/annotations: 5.5.1"错误:Undefined property: Collective\Annotations\Routing\Annotations\ResourcePath::$no_prefix

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/48750045

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档