Download the PHP package apility/webpack-assets without Composer
On this page you can find all versions of the php package apility/webpack-assets. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download apility/webpack-assets
More information about apility/webpack-assets
Files in apility/webpack-assets
Download apility/webpack-assets
More information about apility/webpack-assets
Files in apility/webpack-assets
Vendor apility
Package webpack-assets
Short Description A helper class for reading the manifest generated by webpack-assets-manifest, and output relevant link and script tags.
License MIT
Package webpack-assets
Short Description A helper class for reading the manifest generated by webpack-assets-manifest, and output relevant link and script tags.
License MIT
Please rate this library. Is it a good library?
Informations about the package webpack-assets
WebpackAssets
WebpackAssets is a helper class for reading the manifest generated by webpack-assets-manifest, and output relevant link and script tags.
Installation
Use the package manager Composer to install WebpackAssets.
Usage
Options
$manifest
The $manifest
argument can be one of the following:
- An absolute path to generated manifest file. Must start with / to be treated as a file path.
- The manifest string.
- A deserialized array of object of the manifest file.
$options
The $options
argument is an assoicative array on an object with the following keys:
entrypointName
: The default entrypoint to get from the manifest when none is specified ingetHeadAssets
orgetBodyAssets
calls.
Default:'app'
preload
: Whether add preload links for style and scripts in head.
Default:true
integrity
: Whether integrity should be read from the manifest, and added to the output.
Default:false
basePath
: Adds basePath segment to prepend asset urls with. Note: basePath won't be applied to hmr urls, because it only applies to assets whose url start with/
. Default:null
All versions of webpack-assets with dependencies
PHP Build Version
Package Version
Requires
tightenco/collect Version
*
The package apility/webpack-assets contains the following files
Loading the files please wait ....