繁体   English   中英

安装laravel 5.5错误

[英]install laravel 5.5 error

我想在linux ubuntu上安装laravel 5.5。16运行此命令。

php版本是7.0,并且已安装所有需求模块

$composer create-project --prefer-dist laravel/laravel blog

而且我有错误

Installing laravel/laravel (v5.5.28)
  - Installing laravel/laravel (v5.5.28)
    Loading from cache

    Created project in blog
    Loading composer repositories with package information
    Updating dependencies (including require-dev)
    Your requirements could not be resolved to an installable set of packages.

      Problem 1
        - symfony/thanks v1.0.1 requires composer-plugin-api ^1.1 -> no matching package found.
        - symfony/thanks v1.0.0 requires composer-plugin-api ^1.1 -> no matching package found.
        - Installation request for symfony/thanks ^1.0 -> satisfiable by symfony/thanks[v1.0.0, v1.0.1].

    Potential causes:
     - A typo in the package name
     - The package is not available in a stable-enough version according to your minimum-stability setting
       see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.

    Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.

首先删除您的作曲家缓存。 运行composer clearcachecomposer self-update

希望这可以帮助。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM