簡體   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