0

私が走るとき

sudo composer global require "laravel/lumen-installer=~1.0"

ダウンロードに失敗したというエラー (以下) が表示されますelfet/php-ssh

Changed current directory to /Users/chad/.composer
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
  - Installing elfet/php-ssh (v1.1.0)
    Downloading: Connecting...    Failed to download elfet/php-ssh from dist: The "https://api.github.com/repos/elfet/php-ssh/zipball/439becf180272542cbf154df4856a49dd3c4bf04" file could not be downloaded (HTTP/1.1 404 Not Found)
    Now trying to download from source

私もすべてのサーバー要件を満たしています。インストールに失敗する理由はありますか?

4

1 に答える 1

0

これはelfet/php-sshパッケージが見つからない問題であり、解決されました

参照: https://github.com/deployphp/deployer/issues/158

または、composer create-project を介してルーメンをインストールし、次のリンクを参照して、ルーメンのインストールとシンプルな REST API の作成に関する優れたチュートリアルを参照してください。

リンク: http://wsnippets.com/create-rest-api-using-lumen-micro-framework-by-laravel/

于 2015-06-16T17:34:09.810 に答える