laravel installation i have done the following steps
step 1: curl -sS https://getcomposer.org/installer | php
step2:mv composer.phar /usr/local/bin/composer
step3:chmod +x /usr/local/bin/composer
step4:cd /var/www/html/laravel
composer install
its asks the credentials
composer install Loading composer repositories with package information Updating dependencies (including require-dev) Authentication required (packagist.org): Username:
Password:
[Composer\Downloader\TransportException] Invalid credentials for 'http://packagist.org/p/provider-2013%24a38d830dbdbe4377bc701bc3ec79539beb45c650c12cad4eab465f1c26ed530 1.json', aborting.
Can any one help me out PLEASE..............................
@madala
This may be a bug. Can you tell us what packages you are requiring (composer.json)? What version of PHP are you running exactly? Are you running this on your local computer or in a Vagrant instance? Can you run php composer diagnose and post the results?
Here's a related issue thread from the Composer repo https://github.com/composer/composer/issues/2574 that may be informative
Please sign in or create an account to participate in this conversation.