The artisan commands does not work with Laravel 5.5
Closed this issue · 4 comments
hmazter commented
The export and refresh artisan commands do not work with Laravel 5.5 since it now requires a handle
function instead of a fire
function on the commands.
Method JsLocalization\Console\ExportCommand::handle() does not exist
andywer commented
Hey @hmazter. Thanks for your bug report!
Unfortunately I am not able to care for this at the moment. I will add a note (request for new maintainer) to the readme.
hmazter commented
Thanks! 😄
romadhon-razzan commented
try to rename method fire (if exist) to handle in ( ExportCommand)