amilna/yii2-yes
Composer 安装命令:
composer require amilna/yii2-yes
包简介
Yii Ecommerce Support
README 文档
README
Yii2 E-commerce Support, includes categories, products, orders, sales, customers, payment and confirmations. (support mysql and postgresql)
Installation
The preferred way to install this extension is through composer.
Since this package do not have stable release on packagist, you should use these settings in your composer.json file :
"minimum-stability": "dev", "prefer-stable": true, "repositories":[ { "type": "vcs", "url": "https://github.com/aaiyo/yii2-kcfinder" } ]
After, either run
php composer.phar require --prefer-dist amilna/yii2-yes "dev-master"
or add
"amilna/yii2-yes": "dev-master"
to the require section of your composer.json file.
run migration for database
./yii migrate --migrationPath=@amilna/yes/migrations
add in modules section of main config
'gridview' => [
'class' => 'kartik\grid\Module',
],
'yes' => [
'class' => 'amilna\yes\Module',
/* 'userClass' => 'dektrium\user\models\User', // example if use another user class */
'currency' => ["symbol"=>"Rp","decimal_separator"=>",","thousand_separator"=>"."],
],
Usage
Once the extension is installed, check the url: [your application base url]/index.php/yes
统计信息
- 总下载量: 120
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2015-02-23