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
{{ message }}
This repository has been archived by the owner on Feb 26, 2018. It is now read-only.
Rather than binding the actual model, you could bind an array of translated attributes. I'm not familiar with dimsav/laravel-translatable, but is something like this possible?
If not, you might need to map your own array of translated attributes, and send that mapping to your view. Or inject a view service to do that work right from the view. Nawmean?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I use dimsav/laravel-translatable with adamwathan/form. In this part of code BootForm::bind($model) does not work:
I found only one solution but it is not pretty good:
Any ideas why bind don't work on this?
The text was updated successfully, but these errors were encountered: