beyondcode / helo-laravel

HELO Laravel helper package to add
MIT License
87 stars 24 forks source link

Add support for laravel 11 #49

Closed lloricode closed 4 months ago

lloricode commented 4 months ago

⚗️ Using this package? 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 my fork to the repositories property of your composer.json:

{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/lloricode/helo-laravel.git"
        }
    ]
}

Then update your dependency constraint to reference this branch:

{
    "require-dev": {
        "beyondcode/helo-laravel": "dev-feature/laravel-11",
    }
}

Finally, run: composer update