What is the DosAmigosAsset bundle?
Includes the dosamigos root namespace and utility functions that are shared among certain extensions created by 2amigOS! Consulting Group LLC. Currently, the asset bundle provides micro templating and base64 encoding/decoding.
Installation
The preferred way to install this extension is through composer.
Either run
composer require 2amigos/yii2-dosamigos-asset-bundle:~1.0
or add the following to the require section of your application's composer.json
file:
"2amigos/yii2-dosamigos-asset-bundle" : "~1.0"
Usage Example
<?php
use dosamigos\assets\DosAmigosAsset;
/* @var yii\web\View $this */
DosAmigosAsset::register($this);