hipsterjazzbo / Landlord

A simple, single database multi-tenancy solution for Laravel 5.2+
MIT License
615 stars 138 forks source link

Updated compatibility to Laravel 5.5 #72

Closed rikvdlooi closed 6 years ago

rikvdlooi commented 6 years ago

Walked trough the upgrade guide, no changes had to be made to the code according to the guide.

buraksh commented 6 years ago

Could you add package auto-discovery support as well?

rikvdlooi commented 6 years ago

Good Idea, didn't think about that. I will update the PR tomorrow as I don't have the time now.

rikvdlooi commented 6 years ago

Tested with a personal project and the package auto-discovery works :smile:

divdax commented 6 years ago

Maybe the README also should get an update? (auto-discovery) 😄

rikvdlooi commented 6 years ago

Yeah, but I don't know if @HipsterJazzbo wants to do it himself or if it should be included with the PR.

rikvdlooi commented 6 years ago

Now really fixed the auto-discovery. The facade wasn't correctly implemented before.

chrisgillis commented 6 years ago

Looking forward to this.

setefocos commented 6 years ago

Pleeeeease!! =)

hipsterjazzbo commented 6 years ago

Looks good :)