gecche / laravel-multidomain

A Laravel extension for using a laravel application on a multi domain setting
MIT License
838 stars 105 forks source link

Laravel 11 Compatibility #110

Closed anony253 closed 5 months ago

anony253 commented 6 months ago

Hi,

Would it be possible to update this package to be compatible with latest Laravel 11 please ?

Regards, anony253

gecche commented 6 months ago

Hi,

I will do a new branch and a new release when Laravel 11 it will be officially released. To my knowledge it is not yet released

Giacomo

gecche commented 5 months ago

Hi,

I've just added a new branch v11 where I've done some preliminary work. The package seems to work but as Laravel 11 introduces a new Application structure, the migration is not straightforward and even more the packages I need to run my test suite are not fully updated yet for Laravel 11. I plan to release a new tag as soon as possible, but I need to do more manual tests in the next days.

If you (or anyone else) want to try the package with Laravel 11 you can use directly the v11 branch in your composer settings.

Cheers

Giacomo

gecche commented 5 months ago

Just released v11.0