hoaaah / yii2-newshop
新商店电子商务模板
dev-master
2017-12-14 09:16 UTC
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2024-09-25 16:05:21 UTC
README
新商店电子商务模板
安装
安装此扩展的首选方式是通过composer。
运行
php composer require hoaaah/yii2-newshop "dev-master"
或在您的composer.json
文件的require部分添加
"hoaaah/yii2-newshop": "dev-master"
。
使用方法
扩展安装后,只需在代码中使用即可
<?php use hoaaah\Newshop\NewShopAsset; NewShopAsset::register($this); $directoryAsset = \hoaaah\Newshop\NewShopAsset::register($this); ?> <img src="<?= $directoryAsset->baseUrl ?>/images/bag.png" alt="" />
关于模板
新商店模板是由W3Layouts设计的电子商务模板,许可协议为Creative Commons Attribution 3.0 Unported
有关新商店模板许可的更多信息,请在此阅读