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

YII2 Universal-Business & E-Commerce Template Assets Library

  1. Installation
  2. Usage
  3. Creator

This extensions is library for Universal-Business & E-Commerce Template Themes

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.

Start Bootstrap was created by and is maintained by DevCows

Installation

The preferred way to install this extension is through composer.

Either run

composer require hoaaah/yii2-universal-theme-asset:dev-master

or add

"hoaaah/yii2-universal-theme-asset": "*"

to the require section of your composer.json file.

Usage

You can use an example views in views-example and copy it to your view.

Don't forget to use this in your view

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

$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

Creator

This Universal-Business library for Yii2 was created by and is maintained by Heru Arief Wijaya.

0 0
1 follower
90 downloads
Yii Version: 2.0
License: MIT
Category: Others
Tags:
Developed by: hoAAah
Created on: Sep 16, 2018
Last updated: (not set)
Packagist Profile
Github Repository