You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
The export and refresh artisan commands do not work with Laravel 5.5 since it now requires a
handle
function instead of afire
function on the commands.The text was updated successfully, but these errors were encountered: