vividweb/vivid_store
最新稳定版本:3.1.4
Composer 安装命令:
composer require vividweb/vivid_store
包简介
README 文档
README
A Free eCommerce Add-on For Concrete5 5.7
Installing from Command Line
We no longer include the third party dependencies in our GitHub repository. So, a simple download of the repo will not work. You'll need composer to install the dependencies.
- Install in your packages folder
git clone https://github.com/VividWeb/vivid_store.git
- Use Composer to install third party dependencies
composer install
A word on contributing
Vivid Store welcome contributions in all forms: Discussions, issue reporting, bug fixes, pull requests, feature requests.
Naming Conventions
- Class Names, and folders in /src/VividStore should be singular.
- File and Class Names should inherit their folder name. (prepended or appended)
- Example 1: /Product/ProductGroup.php as opposed to /Product/Group.php
- Example 2: /Report/SalesReport.php as opposed to /Report/Sales.php
- When using "use" statements, alias classes as StoreClassName. This and the aforementioned class naming convention should help avoid any similarly named Aliases. This also prevents things like stepping on the toes of any global Aliases.
统计信息
- 总下载量: 15
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 27
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2015-06-12