Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The artisan commands does not work with Laravel 5.5 #40

Closed
hmazter opened this issue Aug 30, 2017 · 4 comments
Closed

The artisan commands does not work with Laravel 5.5 #40

hmazter opened this issue Aug 30, 2017 · 4 comments
Labels

Comments

@hmazter
Copy link

hmazter commented Aug 30, 2017

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 andywer added the bug label Sep 4, 2017
@andywer
Copy link
Owner

andywer commented Sep 4, 2017

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.

@andywer
Copy link
Owner

andywer commented Apr 15, 2018

Has been fixed by #41.

@andywer andywer closed this as completed Apr 15, 2018
@hmazter
Copy link
Author

hmazter commented Apr 15, 2018

Thanks! 😄

@romadhon-razzan
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants