black-lamp/blcms-payment
Composer 安装命令:
composer require black-lamp/blcms-payment
包简介
Payment module for Blcms-shop
README 文档
README
Module for Blcms-shop
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist black-lamp/blcms-payment "*"
or add to the require section of your composer.json file:
"black-lamp/blcms-payment": "*"
Migrations php yii migrate --migrationPath=@vendor/black-lamp/blcms-payment/migrations
Configuration Common config file:
'components' => [
'shop_imagable' => [
'class' => 'bl\imagable\Imagable',
'imageClass' => \backend\components\imagable\CreateImageImagine::className(),
'nameClass' => 'backend\components\imagable\CRC32Name',
'imagesPath' => '@frontend/web/images',
'categories' => [
'origin' => false,
'category' => [
'payment' => [
'origin' => false,
'size' => [
'big' => [
'width' => 1500,
'height' => 500
],
'thumb' => [
'width' => 500,
'height' => 500,
],
'small' => [
'width' => 150,
'height' => 150
]
]
],
],
],
],
],
Roles and its permissions:
paymentManager
- viewPaymentMethodList
- savePaymentMethod
- deletePaymentMethod
统计信息
- 总下载量: 86
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2016-11-29