PHPackages                             xanweb/c5-ext-asset - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. xanweb/c5-ext-asset

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

xanweb/c5-ext-asset
===================

Handle External Assets for Concrete5

v1.0.2(6y ago)06774MITPHPPHP &gt;=7.2

Since Feb 26Pushed 6y ago3 watchersCompare

[ Source](https://github.com/Xanweb/c5-ext-asset)[ Packagist](https://packagist.org/packages/xanweb/c5-ext-asset)[ RSS](/packages/xanweb-c5-ext-asset/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (5)Used By (4)

External Assets Handler for Concrete5
=====================================

[](#external-assets-handler-for-concrete5)

[![Latest Version on Packagist](https://camo.githubusercontent.com/4afebae20e68cb4e4dd03c2c99410709efd600c8ca3f0936ebf7ce451aca3932/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f78616e7765622f63352d6578742d61737365742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/xanweb/c5-ext-asset)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)

Register assets within any library under Concrete5 Assets System

Installation
------------

[](#installation)

Include library to your composer.json

```
composer require xanweb/c5-ext-asset
```

Usage
-----

[](#usage)

- To Register an asset you need to use your library name like the example below ["xanweb/c5-js-cookie"](https://github.com/Xanweb/c5-js-cookie/blob/master/composer.json#L2).
- Supported Asset Types: \['vendor-javascript', 'vendor-css'\]
- You can check the ["xanweb/c5-js-cookie"](https://github.com/Xanweb/c5-js-cookie) library as example

```
