use Illuminate\Support\Str; class Post { const EXCERPT_LENGTH = 100; protected $fillable = [ ..., 'body' ] public function excerpt() ...
確定! 回上一頁