i've got an error with enabled multilingual on fresh installed admin panel
LogicException thrown with message "TCGVoyagerModelsPost::translatable must return a relationship instance."
Stacktrace.txt
in HasAttributes->getAttribute() $this object has no attributes
After adding mutator in voyager Post model, i can browse posts :)
public function getTranslatableAttribute(){
return $this->translatable;
}
but the translation does not work when editing the post and switching locales in UI
thanks
Same here on every translatable model. Menu and other. And on pages it throws not found error
i have tried laravel 5.5.0, same problem
Maybe because it is still on development v.1.0 . We have to wait and see.
I guess it's because Voayger not updating the translations table in database (is still on development?).
I have the same problem: laravel 5.5.0
Does anyone solved it?
Hello guys, sorry for the delay, will take a look on that.
Thank you man
This issue has been automatically locked since there has not been any recent activity after it was closed. If you have further questions please ask in our Slack group.
Most helpful comment
Does anyone solved it?