hipsterjazzbo / Landlord

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

I am trying to install in Laravel 5.6 #97

Open sudhiirverma opened 6 years ago

sudhiirverma commented 6 years ago

Your requirements could not be resolved to an installable set of packages.

Problem 1

iNaD commented 6 years ago

There is the PR #93 resolving this. Currently you have to use a fork of Landlord or fork yourself to use Landlord with 5.6.

This is a duplicate of #94.

vesper8 commented 6 years ago

it looks like @HipsterJazzbo merged the PR now, but did not tag a new release. So you have to use dev-master

But at least that works

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

Add above one in composer.json and run composer require "hipsterjazzbo/landlord:dev-master".

It will work.

Thanks

gausam commented 6 years ago

@HipsterJazzbo Any plans for a new release now that we have Laravel 5.6 support? (Courtesy of @hfalucas's https://github.com/HipsterJazzbo/Landlord/commit/56468a3ecb0d884abe35abf737152ceb7313fd4f)

amazzoccone commented 5 years ago

Same error here 😕. It would be great to tag a new version!