2017 © Pedro Peláez
 

library yii2-universal-theme-asset

This ekstensions is library asset bundle for universal-business-e-commerce-template by DevCows of Hugo Theme

image

hoaaah/yii2-universal-theme-asset

This ekstensions is library asset bundle for universal-business-e-commerce-template by DevCows of Hugo Theme

  • Tuesday, September 26, 2017
  • by hoaaah
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

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

The Versions

26/09 2017

dev-master

9999999-dev

This ekstensions is library asset bundle for universal-business-e-commerce-template by DevCows of Hugo Theme

  Sources   Download

MIT

The Requires

 

by Avatar hoaaah