php - having trouble installing Laravel4 dependency with composer -
i tried install laravel4 according instruction in https://github.com/brunogaspar/laravel4-starter-kit.
after downloading section tried section 2 contain:
cd your-folder curl -s http://getcomposer.org/installer | php php composer.phar install
when run last command:
php composer.phar install
i got output:
loading composer repositories package information installing dependencies - installing doctrine/lexer (dev-master bc0e1f0) cloning bc0e1f0cc285127a38c6c8ea88bc5dba2fd53e94 - installing doctrine/annotations (v1.1) downloading:connection... [composer\downloader\transportexception] "https://api.github.com/repos/doctrine/annotations/zipball/v1.1" file not 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 got error?
relaunch same command :
php composer.phar install
Comments
Post a Comment