how get piece of text in laravel in persian text code example
Example: how get piece of text in laravel in persian text
use Illuminate\Support\Str;
$truncated = Str::limit('The quick brown fox jumps over the lazy dog', 20, ' (...)');
// The quick brown fox (...)