Extrait avec Laravel

Str::words($post->body);

Str::words($post->body,10); //will show first 10 words
Aashiq Hasnat