hipsterjazzbo / Landlord

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

Allow Laravel 5.7 #102

Open hmazter opened 5 years ago

hmazter commented 5 years ago

I have done a quick test with this on a Laravel 5.7 install and it seems to work.

@HipsterJazzbo This should be ready for merge to allow Laravel 5.7

stefanbauer commented 5 years ago

Can confirm so far. Would be nice if it can be merged soon. 👍

wukongrita commented 5 years ago

may i know when this PR be merge?

harlekoy commented 5 years ago

While this PR is not merged and you want to update your Laravel version:

Change the package version: "hipsterjazzbo/landlord": "dev-laravel-57"

Add this block to your composer.json file:

"repositories": [
    {
        "type": "vcs",
        "url":  "git@github.com:hmazter/Landlord.git"
    }
]

Then run composer update

fpena commented 5 years ago

Any plans for merging this PR?

timbertens commented 5 years ago

Looking forward to the merge of this PR too ...

setefocos commented 5 years ago

Pleeease!