binshops / laravel-blog

Laravel Blog Package/ Laravel CMS. Easiest way to add a blogging system to your Laravel website. Laravel Blog.
https://www.binshops.com
MIT License
429 stars 134 forks source link

Can't change between full post and partial post on index #7

Closed wast closed 4 years ago

wast commented 4 years ago

Instead of <p>{!! mb_strimwidth($post->post_body_output(), 0, 400, "...") !!}</p> I want <p>{!! $post->post_body_output() !!}</p>

What do you think if this was configurable?

wast commented 4 years ago

9 check it out

samberrry commented 4 years ago

thanks @wast let me check it

samberrry commented 4 years ago

@wast thank you so much, the feature is added no: v7.2.2