Right now this package doesn't work in Laravel 5.5 because the fire method for commands was removed in favor of handle (see: https://laravel.com/docs/5.1/upgrade). IIRC fire was deprecated back in 5.1 so this change should work for any Laravel version >= 5.1 💯
Right now this package doesn't work in Laravel 5.5 because the
fire
method for commands was removed in favor ofhandle
(see: https://laravel.com/docs/5.1/upgrade). IIRCfire
was deprecated back in 5.1 so this change should work for any Laravel version >= 5.1 💯