Support the ongoing development of Laravel.io →
Installation
Last updated 1 year ago.
0

Try

composer create-project laravel/laravel ProjectName --prefer-dist
Last updated 1 year ago.
0

I found out what it was. The application which has wrapped composer had added a config.json with the following content:

{
    "repositories": [
        {
            "packagist": false
        },
...
    ]
}

Moving config.json out of the way ... it went fine.

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

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.