문제

I cloned project written by laravel from bitbucket to my localhost. Now I want to install composer.

When I try to run composer install , installation hangs at:

Loading composer repositories with package information Installing dependencies (including require-dev)

도움이 되었습니까?

해결책

Try installing using the command:

composer create-project laravel/laravel laravel

It might take a little while but is definitely more reliable. If this is hanging you can try installing with the laravel.phar which can be found at http://laravel.com/laravel.phar

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top