ryoluo / sail-ssl

Laravel Sail plugin to enable SSL (HTTPS) connection with Nginx.
MIT License
159 stars 15 forks source link

Added Laravel 10 support #8

Closed janar153 closed 1 year ago

janar153 commented 1 year ago

If you would like to help test these changes or believe them to be compatible, you may update your project to reference this branch.

To do so, temporarily add Shift's fork to the repositories property of your composer.json:

{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/janar153/sail-ssl.git"
        }
    ]
}

Then update your dependency constraint to reference this branch:

{
    "require": {
        "ryoluo/sail-ssl": "dev-main",
    }
}

Finally, run: composer update