Support the ongoing development of Laravel.io →
Installation
Last updated 1 year 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.

© 2024 Laravel.io - All rights reserved.