panix / mod-shop
模块商店
4.0.2
2022-10-01 10:57 UTC
Requires
- panix/wgt-fancybox: dev-master
- panix/wgt-jstree: dev-master
- panix/wgt-rating: dev-main
- panix/wgt-scroll-pager: dev-master
- panix/wgt-telinput: dev-master
Suggests
- panix/mod-cart: Addon module cart
- panix/mod-compare: Addon module compare products
- panix/mod-csv: Addon module import/export office tables (CSV, XSL, XLSX) and Google Sheets
- panix/mod-discounts: Addon module discount products
- panix/mod-sitemap: Addon module sitemap
- panix/mod-wishlist: Addon module wishlist products
README
PIXELION CMS 模块
安装
安装此扩展的首选方式是通过composer。
运行以下命令
php composer require --prefer-dist panix/mod-shop "*"
或在您的composer.json文件的require部分添加
"panix/mod-shop": "*"
。
添加到网络配置文件。
'modules' => [
'shop' => ['class' => 'panix\mod\shop\Module'],
],
迁移
php yii migrate --migrationPath=vendor/panix/mod-shop/migrations
路由和参数
作者 & 许可证
另请参阅
内容管理系统 "PIXELION CMS"
www.pixelion.com.ua
该模块正在开发中,任何时刻都可能发生一切改变。