jonspalmer / single-table-inheritance

A Single Table Inheritance Trait for Eloquent/Laravel
MIT License
249 stars 50 forks source link

Compatibility with Laravel 5.6 #42

Closed boris-glumpler closed 6 years ago

boris-glumpler commented 6 years ago

Been using my own fork with Laravel 5.6 now for a few days without problems. Had to set minimum-stability to dev, tho, cause orchestra/database hasn't been tagged yet.

mirzabusatlic commented 6 years ago

Waiting on this as well. Every time there's an upgrade to Laravel, this package is the only one that I have to wait on to be upgraded - can we change the Laravel dependency to be 5.*?