YII2 Universal-Business & E-Commerce Template Assets Library
This extensions is library for Universal-Business & E-Commerce Template Themes, (*1)
Universal-Business is clean and stylish universal website template built with Bootstrap 3.3. It stands out with its clean design and elegant typography. It is one of the most complex free Bootstrap templates and with almost 30k downloads (as of Feb 2017), it is also my most popular Bootstrap freebie., (*2)
Start Bootstrap was created by and is maintained by DevCows, (*3)
Installation
The preferred way to install this extension is through composer., (*4)
Either run, (*5)
composer require hoaaah/yii2-universal-theme-asset:dev-master
or add, (*6)
"hoaaah/yii2-universal-theme-asset": "*"
to the require section of your composer.json
file., (*7)
Usage
You can use an example views in views-example and copy it to your view., (*8)
Don't forget to use this in your view, (*9)
use hoaaah\universal\UniversalAsset;
UniversalAsset::register($this);
and just in case you want to use vendor image, to call any content of vendor image you can use this, (*10)
$image = hoaaah\universal\UniversalAsset::register($this);
<img src=<?= $image->baseUrl.'/img/portfolio/startup-framework.png' ?> class="img-responsive" alt="">
it will call startup-framework.png from /vendor/hoaaah/yii2-universal-theme-asset/assets/img/portofolio/startup-framework.png, (*11)
Creator
This Universal-Business library for Yii2 was created by and is maintained by Heru Arief Wijaya., (*12)
- https://twitter.com/hoaaah
- https://github.com/hoaaah