An open API service indexing awesome lists of open source software.

https://github.com/interweberde/cakephp-webpack-asset-loader

Webpack Asset handling plugin for CakePHP. It takes an exported manifest.json file and then automatically loads all assets for an specified entry point.
https://github.com/interweberde/cakephp-webpack-asset-loader

Last synced: 10 months ago
JSON representation

Webpack Asset handling plugin for CakePHP. It takes an exported manifest.json file and then automatically loads all assets for an specified entry point.

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/interweberde/cakephp-webpack-asset-loader.svg?branch=master)](https://travis-ci.org/interweberde/cakephp-webpack-asset-loader)
[![codecov](https://codecov.io/gh/interweberde/cakephp-webpack-asset-loader/branch/master/graph/badge.svg)](https://codecov.io/gh/interweberde/cakephp-webpack-asset-loader)

# WebpackAssetLoader plugin for CakePHP

## Installation

You can install this plugin into your CakePHP application using [composer](http://getcomposer.org).

The recommended way to install composer packages is:

```
composer require interweberde/cakephp-webpack-asset-loader
```