vsch / laravel-translation-manager

Enhanced Management of Laravel 4 & 5 Translations, with Yandex Translation API assisted translations.
MIT License
181 stars 84 forks source link

Edit in place still supported ? #115

Open akktis opened 6 years ago

akktis commented 6 years ago

Hello guys i'm trying to implement edit in place

i follow the doc on wiki,

and i'm stuck on

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

vsch commented 6 years ago

@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