andywer/laravel-js-localization

The artisan commands does not work with Laravel 5.5

Closed this issue · 4 comments

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

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.

Has been fixed by #41.

Thanks! 😄

try to rename method fire (if exist) to handle in ( ExportCommand)