etrepat / baum

Baum is an implementation of the Nested Set pattern for Laravel's Eloquent ORM.
http://etrepat.com/baum
MIT License
2.24k stars 460 forks source link

Fixes a bug with MigrationCreator #334

Open ChrisThompsonTLDR opened 4 years ago

ChrisThompsonTLDR commented 4 years ago

Related to laravel/framework#31978, this commit fixes #333 and #332

jasperf commented 3 years ago

Would be great to have this implemented as well as having Baum work with Laravel 7 . If current author @etrepat no longer has the time for it perhap @ChrisThompsonTLDR can set up a repository and composer package based on it?

jasperf commented 3 years ago

Do see now there is version 2 as well https://github.com/etrepat/baum/tree/v2 . Version that is more up-to-date, but still this fix is needed.