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

Method Baum\Console\InstallCommand::handle() does not exist #283

Open Azhicc opened 7 years ago

Azhicc commented 7 years ago

php artisan baum:install MODEL

emadmrz commented 7 years ago

same problem here for Laravel 5.5

aen233 commented 6 years ago

same problem here for Laravel 5.5

LeRoyJulian commented 6 years ago

same for Laravel 5.5 too

simplethemes commented 6 years ago

Temporarily changing fire() to handle() in vendor/baum/baum/src/Baum/Console/InstallCommand.php resolved this for me.

takeoto commented 6 years ago

@simplethemes change in vendor? it's bad ;( Maybe author fix this issue

nivv commented 6 years ago

@botcat this project hasn't been updated for 3 years.

There is a fork that has active development here: https://github.com/gazsp/baum

chidiwilliams commented 6 years ago

What fix has been made for this?

ecabrales commented 6 years ago

thank you @simplethemes im trying with laravel 5.6 and was fixed

sabahtalateh commented 4 years ago

this is my clone of gazsp/baum that works for laravel 6 https://github.com/sabahtalateh/baum