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 459 forks source link

Upgrade installCommand for Laravel 5.5 #282

Open isarphilipp opened 7 years ago

isarphilipp commented 7 years ago

Laravel 5.5 uses the handle() method instead of fire() in commands. This PR adds a handle() method that simply calls fire() internally. This way it should be compatible with previous versions of Laravel and the 5.5 series.

HapLifeMan commented 6 years ago

Please merge this pull request @etrepat 🙏🏻