bricksasp / spu
There is no license information available for the latest version (1.0) of this package.
bricksasp spu模块
1.0
2020-03-10 10:42 UTC
Requires
- bricksasp/base: ~1.0
This package is not auto-updated.
Last update: 2026-03-03 08:56:50 UTC
README
简介
modularity saas 商品模块
安装
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist bricksasp/spu: "~1.0"
or add
"bricksasp/spu": "~1.0"
to the require section of your composer.json.
Configuration
To use this extension, you have to configure the Connection class in your application configuration:
return [ //.... 'components' => [ 'spu' => [ 'class' => 'bricksasp\spu\Module', ], ] ];