PHPackages                             trapvincenzo/static-view-cache - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. trapvincenzo/static-view-cache

ActiveLibrary[Templating &amp; Views](/categories/templating)

trapvincenzo/static-view-cache
==============================

Static view cache for laravel 4

1.0(11y ago)187MITPHPPHP &gt;=5.4.0

Since Mar 6Pushed 11y ago1 watchersCompare

[ Source](https://github.com/trapvincenzo/static-view-cache)[ Packagist](https://packagist.org/packages/trapvincenzo/static-view-cache)[ RSS](/packages/trapvincenzo-static-view-cache/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

\#Static View Cache for Laravel4 (Blade template engine)

Suppose to include a view (with dynamic data) inside another view:

```

	@include('cardetail', ['car' => $car])

```

For this statement, the blade engine creates a cached file for the subview like this:

```
