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
You need to add a call to \Lang::editInPlace() somewhere in your middleware or service provider that is loaded before handling a request. That way this setting will be restored from the session store.
i got this error : BadMethodCallException Method Vsch\TranslationManager\Translator::editInPlace does not exist.
i used the version 2.6.10
laravel version : 5.6.12
The text was updated successfully, but these errors were encountered:
@akktis, bad instructions. Can you please point me to where the function is given with the wrong name so I can fix it. It is supposed to be: Translator::inPlaceEditing
Hello guys i'm trying to implement edit in place
i follow the doc on wiki,
and i'm stuck on
i got this error :
BadMethodCallException Method Vsch\TranslationManager\Translator::editInPlace does not exist.
i used the version 2.6.10
laravel version : 5.6.12
The text was updated successfully, but these errors were encountered: