PHPackages                             tapestry-cloud/asset-plugin - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. tapestry-cloud/asset-plugin

ActiveLibrary

tapestry-cloud/asset-plugin
===========================

Asset Plugin for Tapestry

1.1.1(6y ago)075[1 issues](https://github.com/tapestry-cloud/asset-plugin/issues)[1 PRs](https://github.com/tapestry-cloud/asset-plugin/pulls)MITPHPPHP &gt;=7.2CI failing

Since May 17Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/tapestry-cloud/asset-plugin)[ Packagist](https://packagist.org/packages/tapestry-cloud/asset-plugin)[ RSS](/packages/tapestry-cloud-asset-plugin/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (5)Dependencies (2)Versions (8)Used By (0)

Tapetry Asset Plugin
====================

[](#tapetry-asset-plugin)

*An equivilant to Laravel mix()*

 [![Packagist](https://camo.githubusercontent.com/f24e155f11e6bbba728040812e60f05b38748ddb1047aaa20d5bbe324e8b3a77/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f74617065737472792d636c6f75642f61737365742d706c7567696e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tapestry-cloud/asset-plugin "Packagist") [![Minimum PHP Version](https://camo.githubusercontent.com/86e7d829a466cacd5658a22073e27d49d39dac72cc18216ac4963ed5463c5bbc/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344253230352e362d3838393242462e7376673f7374796c653d666c61742d737175617265)](https://php.net/ "Minimum PHP Version") [![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE "Software License") [![Gitmoji](https://camo.githubusercontent.com/3c716583a8a0fc7e011d66dd78aafe731d9b6006f311265a0d1488cc86f3a117/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6769746d6f6a692d253230f09f989c253230f09f988d2d4646444436372e7376673f7374796c653d666c61742d737175617265)](https://gitmoji.carloscuesta.me "Gitmoji")

Install
-------

[](#install)

To install run: `composer require tapestry-cloud/asset-plugin`

Next you need to update your site configuration to include the path to manifest.json:

```
// ...

    'plugins' => [
        'asset_manifest_path' => __DIR__ . '/rev-manifest.json'
    ],

// ...
```

Finally within your site Kernel.php you need to register the plugin's service provider:

```
