slugOptions registering only one language #225
Replies: 2 comments 1 reply
-
You are using the wrong trait. Use |
Beta Was this translation helpful? Give feedback.
-
Hello, thanks to all the contributors for this package. I have a error whit HasTranslatableSlug, This's my model: `<?php namespace App\Models; use Illuminate\Database\Eloquent\Factories\HasFactory; class SoftwareFor extends Model
} This is the error:
Someone who can help? |
Beta Was this translation helpful? Give feedback.
-
Hello all,
When I try to render a page it only registers one language even though I am using the translatable package.
I can describe the scenario like this:
Page Model;
in PageController;
and it given me this result;
Do you think this may cause?
Beta Was this translation helpful? Give feedback.
All reactions