Hi,
I am trying to install Laravel 4.2 in a Windows 8 desktop. I have the latest version of WAMP and GIT installed.
The output of composer -vvv install
is in this pastebin link
It's funny, because the file in question is opening in my browser.
Any ideas?
Thank you.
Okay, I solved it, thanks to this link.
You need to put that section in composer.json
, which in windows is in %USERPROFILE%\AppData\Roaming\Composer
Also, I needed to put this in the composer.json of your Laravel application:
"repositories": [
{
"type": "composer",
"url": "https://packagist.org"
},
{ "packagist": false }
]
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community