2017 © Pedro Peláez
 

concrete5-package vivid_store

image

vividweb/vivid_store

  • Monday, June 6, 2016
  • by brucewyne
  • Repository
  • 9 Watchers
  • 27 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 18 Forks
  • 38 Open issues
  • 14 Versions
  • 0 % Grown

The README.md

Vivid Store

A Free eCommerce Add-on For Concrete5 5.7, (*1)

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, (*2)

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., (*3)

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.

The Versions

06/06 2016

dev-development

dev-development

  Sources   Download

The Requires

 

06/06 2016

dev-master

9999999-dev

  Sources   Download

The Requires

 

06/06 2016
03/06 2016
18/05 2016
18/05 2016
16/05 2016

3.1

3.1.0.0

  Sources   Download

The Requires

 

21/09 2015

v3.0.1

3.0.1.0

  Sources   Download

The Requires

 

16/09 2015

v3.0

3.0.0.0

  Sources   Download

The Requires

 

21/08 2015

2.3.3

2.3.3.0

  Sources   Download

The Requires

 

20/08 2015

2.3.2

2.3.2.0

  Sources   Download

The Requires

 

20/08 2015

2.3.1

2.3.1.0

  Sources   Download

The Requires

 

19/08 2015

2.3

2.3.0.0

  Sources   Download

The Requires

 

12/06 2015

v2.2

2.2.0.0

  Sources   Download

The Requires