tenancy / multi-tenant

Run multiple websites using the same Laravel installation while keeping tenant specific data separated for fully independent multi-domain setups, previously github.com/hyn/multi-tenant
https://tenancy.dev
MIT License
2.56k stars 394 forks source link

Fix problems with laravel 9 #1025

Closed fabmade closed 2 years ago

fabmade commented 2 years ago

Laravel 9 has a new version the filesystem "flysystem". That is not compatible with the tenancy/multi-tenant package. I fixed the problems with that change.

markieo1 commented 2 years ago

@fabmade Could you please fix the tests, so this PR could be reviewed?

fabmade commented 2 years ago

@markieo1 the tests should be fixed now

Ruud-Gerrits commented 2 years ago

Any idea on when this will be merged?

bkintanar commented 2 years ago

I'll review it this weekend. It's already night here.

markieo1 commented 2 years ago

@bkintanar Any progress?

bkintanar commented 2 years ago

merged and tagged.