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