1

I tried to install laravel4 according to the instruction in https://github.com/brunogaspar/laravel4-starter-kit.

After Downloading section I tried to do section 2 which contain:

    cd your-folder
    curl -s http://getcomposer.org/installer | php
    php composer.phar install

When I run the last command:

    php composer.phar install

I got the output:

Loading composer repositories with package information
 Installing dependencies
 - Installing doctrine/lexer (dev-master bc0e1f0)
   Cloning bc0e1f0cc285127a38c6c8ea88bc5dba2fd53e94
 - Installing doctrine/annotations (v1.1)
Downloading:connection...                                                              
 [Composer\Downloader\TransportException]                                     
 The "https://api.github.com/repos/doctrine/annotations/zipball/v1.1" file could not 
 be downloaded (HTTP/1.0 500 Internal Server Error)                                    
install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev]
[--no-custom-installers] [--no-scripts] [--no-progress] [-v|--verbose] 
[-o|--optimize-autoloader]

Any idea why I got this error?

1
  • check one more time, it's probably error with connection :) Commented Apr 18, 2013 at 10:47

1 Answer 1

1

Relaunch the same command :

php composer.phar install
Sign up to request clarification or add additional context in comments.

1 Comment

Thanks - I succeeded after few tries.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.