2amigos / yii2-dosamigos-asset-bundle
2amigOS! Asset Bundle for Yii2.
Installs: 136 828
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 18
Forks: 2
Open Issues: 1
Language:JavaScript
Type:yii2-extension
Requires
- yiisoft/yii2: ~2.0.0
Requires (Dev)
- phpunit/phpunit: 4.*
This package is auto-updated.
Last update: 2023-08-16 02:54:05 UTC
README
Includes an asset bundle component which will register assets that are shared among projects that includes certain extensions created by 2amigOS! Consulting Group LLC. Currently, this asset bundle provides:
- dosamigos javascript root namespace
- Micro templating
- base64 encoding/decoding
The bundle will increase according to the requirements of the Yii 2 extensions we build along the way.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require "2amigos/yii2-dosamigos-asset-bundle" "*"
or add
"2amigos/yii2-dosamigos-asset-bundle" : "*"
to the require section of your application's composer.json
file.
Usage
use dosamigos\assets\DosAmigosAsset; /* @var yii\web\View $this */ DosAmigosAsset::register($this);
If its a requirement of an extension created by 2amigOS! it will be automatically registered.
Further Information
Please, check the Yii2 documentation about assets for further information about its integration.
web development has never been so fun
www.2amigos.us