hipsterjazzbo / Landlord

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

5.1 Compatibility? #7

Closed jcs224 closed 8 years ago

jcs224 commented 8 years ago

Since 5.1 is the Long-Term Support version of Laravel, I'm wondering if it would be appropriate to support that as well? What features have been included in 5.2 that aren't in 5.1?

This is a very important concern for LTS-only organizations who don't want to upgrade Laravel every 6-12 months.

hipsterjazzbo commented 8 years ago

Well, unfortunately the main reason this library was able to be updated from nightmare hellstew to nice and clean was the new global scope features in 5.2.

jcs224 commented 8 years ago

Ah, makes sense.