Pregunta

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)

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top