jonspalmer / single-table-inheritance

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

Laravel 6.0 support #62

Closed thomasschiet closed 5 years ago

thomasschiet commented 5 years ago

This package doesn't work for Laravel 6.0 because it uses the starts_with helper, which has been removed from the framework.

SeoRoman commented 5 years ago

is this going to be merged in? Starting a new project with L6 and would like to see this functionality. I agree with others that adding the laravel/helpers dependency should be unnecessary as the package should update with this PR