Skip to content
On this page

An image

ray.so

Disable composer https on a project

If your network does not work well with https, you can use following snippet:

json
{
    "name": "laravel/laravel",
    // ...
    "config": {
        // ...
        "disable-tls": true,
        "secure-http": false
    },
    // ...
}

Last updated: