bluetel-solutions / webpack-manifest-bundle
Webpack Manifest support
Installs: 21 892
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 10
Forks: 1
Open Issues: 2
pkg:composer/bluetel-solutions/webpack-manifest-bundle
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: 2025-10-07 21:11:58 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