Hasnayeen / themes

Themes for Filament panels.
MIT License
233 stars 31 forks source link

Add support laravel 11, and add test for php 8.3 #46

Closed lloricode closed 7 months ago

lloricode commented 7 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/themes.git"
        }
    ]
}

Then update your dependency constraint to reference this branch:

{
    "require": {
         "hasnayeen/themes": "dev-feature/laravel-11",
    }
}

Finally, run: composer update

Hasnayeen commented 7 months ago

tested on a fresh L11, works! thanks for the PR :+1:

lloricode commented 7 months ago

tested on a fresh L11, works! thanks for the PR :+1:

Hi, can you release a tag for it?

Hasnayeen commented 7 months ago

tested on a fresh L11, works! thanks for the PR 👍

Hi, can you release a tag for it?

Done!

lloricode commented 7 months ago

tested on a fresh L11, works! thanks for the PR 👍

Hi, can you release a tag for it?

Done!

thank you