我努力學習Laravel並按照他們的tutorial說明我的共享主機安裝框架共同主辦。我已經禁用了composer中的secure-http選項,但它仍然不會下載框架。laravel安裝與作曲家
叫:
composer global require "laravel/installer"
響應:
Changed current directory to /home/sledzko/.composer
Warning: Accessing packagist.org over http which is an insecure protocol.
[LogicException]
Composer repositories that have providers can not load the complete list of packages, use getProviderNames instead.
我能做些什麼來下載使用作曲家的框架?
爲什麼不使用create-project而不是安裝程序? –
我自己有這個問題,並做了一些搜索。看來造成這個問題的最常見問題是互聯網連接問題。你可能想閱讀[這個github討論](https://github.com/composer/composer/issues/1688)和[this one](https://github.com/composer/composer/issues/5550) – koceeng
你爲什麼不問你共享託管公司。也許他們有解決方案或其他方式來安裝Laravel。 –