installcommand专题

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

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 La