Masoud92m
Masoud92m

Reputation: 622

Is there fragment cache for Laravel?

I use Laravel 5.8, in yii2 we have Fragment Cache for chaing a section of view, is there some like in Laravel?

Upvotes: 1

Views: 657

Answers (1)

Thepeanut
Thepeanut

Reputation: 3417

Laravel does not have out of the box solution for this. You might want to try some other 3rd party solution like laracasts/matryoshka. It provides some useful blade syntax extensions for this.

Github Repository

Upvotes: 2

Related Questions