baum icon indicating copy to clipboard operation
baum copied to clipboard

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

Open Azhicc opened this issue 8 years ago • 9 comments

php artisan baum:install MODEL

Azhicc avatar Sep 07 '17 08:09 Azhicc

same problem here for Laravel 5.5

emadmrz avatar Sep 07 '17 11:09 emadmrz

same problem here for Laravel 5.5

aen233 avatar Sep 11 '17 07:09 aen233

same for Laravel 5.5 too

LeRoyJulian avatar Sep 11 '17 21:09 LeRoyJulian

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

simplethemes avatar Sep 12 '17 14:09 simplethemes

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

takeoto avatar Oct 24 '17 13:10 takeoto

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

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

nivv avatar Nov 11 '17 07:11 nivv

What fix has been made for this?

chidiwilliams avatar Jan 13 '18 13:01 chidiwilliams

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

ecabrales avatar Aug 09 '18 14:08 ecabrales

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

sabahtalateh avatar Nov 11 '19 22:11 sabahtalateh