Skip to content
This repository was archived by the owner on Sep 4, 2020. It is now read-only.

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assets Component

version MIT License

Assets Component for managing assets in your application.

Installation

composer require flextype-components/assets

Usage

use Flextype\Component\Assets\Assets;

Add new asset

Assets::add('js', 'jquery.js', 'site', 1);
Assets::add('js', 'site.js', 'site', 2);
Assets::add('css', 'site.css', 'site', 1);
Assets::add('css', 'theme.css', 'site', 2);

Get assets for current namespace and asset type

$css = Assets::get('css', 'site');
$js  = Assets::get('js', 'site');

License

See LICENSE

About

Assets Component for managing assets in your application.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages