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.6 #93

Closed hfalucas closed 6 years ago

hfalucas commented 6 years ago

The upgrade guide for L5.6 doesn't seem to introduce any breaking changes.

hmazter commented 6 years ago

This fork/branch seems to work fine with a 5.6 project

bissolli commented 6 years ago

Hey @HipsterJazzbo , any plans to accept it?

hfalucas commented 6 years ago

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

1) Change the package version: "hipsterjazzbo/landlord": "dev-master"

2) Add this block to your composer.json file:

"repositories": [
    {
        "type": "vcs",
        "url":  "git@github.com:hfalucas/Landlord.git"
    }
]
mbardelmeijer commented 6 years ago

@HipsterJazzbo ping 🙈

bissolli commented 6 years ago

No news on accepting it? =/

iNaD commented 6 years ago

Tried to reach him on Twitter some time ago (he asked for someone taking over Landlord), but did not receive any answer yet.