Skip to content
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.

Help with setup #23

Closed
jarda256sparktech opened this issue Oct 29, 2018 · 1 comment
Closed

Help with setup #23

jarda256sparktech opened this issue Oct 29, 2018 · 1 comment

Comments

@jarda256sparktech
Copy link

Hi, I have a problem with creating translatable field. I have spatie/laravel-translatable so my model looks like this however i am not able to show any of these fields as translatable...what can be wrong
`use Spatie\Translatable\HasTranslations;

class Manufacturer extends Model
{
use HasTranslations;

protected $translatable = ['name','description','description_short','meta_title','meta_keywords','meta_description'];

`

@mrmonat
Copy link
Owner

mrmonat commented Nov 13, 2018

Could you please provide more information? What exactly doesn't work? Could you share your Nova Resource for the Manufacturer model?

@mrmonat mrmonat closed this as completed Mar 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants