Support the ongoing development of Laravel.io →
posted 10 years ago
Installation

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.

Last updated 2 years ago.
0

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

0

Also, I needed to put this in the composer.json of your Laravel application:

"repositories": [
    {
         "type": "composer",
         "url": "https://packagist.org"
    },
    { "packagist": false }
    ]
0

Sign in to participate in this thread!

Eventy

Your banner here too?

logicalguy logicalguy Joined 19 Oct 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.