bluetel-solutions / webpack-manifest-bundle
Webpack Manifest support
Package info
github.com/bluetel/webpack-manifest-bundle
pkg:composer/bluetel-solutions/webpack-manifest-bundle
0.9.1
2019-04-09 13:04 UTC
Requires
- php: ^5.3.2 || >=7.0
- symfony/framework-bundle: ^2.7|^3.0
- symfony/twig-bundle: ^2.3|^3.0
- twig/twig: ^1.27|^2.0
This package is auto-updated.
Last update: 2026-03-07 22:06:06 UTC
README
A Symfony bundle enabling support for Webpack Manifests.
This adds two things:
- A Twig extension allowing to route directly to versioned assets.
- A Controller serving either the contents of, or, a redirect to the latest version of an asset.
Controller Support:
Add the following to your routing configuration:
_webpackManifestBundleRoutes:
resource: "@WebpackManifestBundle/Controller"
type: annotation