Download the PHP package pcuser42/cakephp-webpack-asset-loader without Composer
On this page you can find all versions of the php package pcuser42/cakephp-webpack-asset-loader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download pcuser42/cakephp-webpack-asset-loader
More information about pcuser42/cakephp-webpack-asset-loader
Files in pcuser42/cakephp-webpack-asset-loader
Download pcuser42/cakephp-webpack-asset-loader
More information about pcuser42/cakephp-webpack-asset-loader
Files in pcuser42/cakephp-webpack-asset-loader
Vendor pcuser42
Package cakephp-webpack-asset-loader
Short Description Webpack Asset handling plugin for CakePHP. It takes an exported entrypoints.json file and then automatically loads all assets for a specified entry point.
License MIT
Package cakephp-webpack-asset-loader
Short Description Webpack Asset handling plugin for CakePHP. It takes an exported entrypoints.json file and then automatically loads all assets for a specified entry point.
License MIT
Please rate this library. Is it a good library?
Informations about the package cakephp-webpack-asset-loader
WebpackAssetLoader plugin for CakePHP
Installation
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
Use
Load the plugin in Application
Load the helper in AppView
Load all assets for an entrypoint in your template file:
Or load assets and output them one type at a time in your view file:
$this->Asset->loadEntryDeferred('app');
...
<?=$this->Asset->getDeferredEntries('js')?>
...
<?=$this->Asset->getDeferredEntries('css')?>
All versions of cakephp-webpack-asset-loader with dependencies
PHP Build Version
Package Version
The package pcuser42/cakephp-webpack-asset-loader contains the following files
Loading the files please wait ....