Skip to content

hoaaah/yii2-newshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

New Shop e-Commerce Template

New Shop e-Commerce Template

Installation

The preferred way to install this extension is through composer.

Either run

php composer require hoaaah/yii2-newshop "dev-master"

or add

"hoaaah/yii2-newshop": "dev-master"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?php
use hoaaah\Newshop\NewShopAsset;

NewShopAsset::register($this);
$directoryAsset = \hoaaah\Newshop\NewShopAsset::register($this);
?>
<img src="<?= $directoryAsset->baseUrl ?>/images/bag.png" alt="" />

About Template

New Shop Template are e-commerce template designed by W3Layouts licensed under Creative Commons Attribution 3.0 Unported

For more information about New Shop Template License read here

About

Yii2 New Shop e-Commerce Template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published