-
Is it possible to limit a columns string/words returned? Mainly for a rich text content which I want to limit to the first 20 characters which I will be using in a table. |
Beta Was this translation helpful? Give feedback.
Answered by
grafxflow
Oct 20, 2022
Replies: 1 comment
-
I can see it is with Eloquent Accessor. So in the model.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
grafxflow
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can see it is with Eloquent Accessor. So in the model.