Download the PHP package ushainformatique/whatacart without Composer
On this page you can find all versions of the php package ushainformatique/whatacart. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ushainformatique/whatacart
More information about ushainformatique/whatacart
Files in ushainformatique/whatacart
Package whatacart
Short Description Open Source Ecommerce Platform
License GPL-3.0-only
Homepage http://www.whatacart.com/
Informations about the package whatacart
Overview
It is an open source ecommerce system developed using YiiChimp framework. YiiChimp is an open source framework written on top of Yii2 framework. The platform is provided with rich set of features and enable merchants to simply start selling after successful installation. The merchant has to add product categories, products, enabling payment and shipping methods and can start selling right away.
REQUIREMENTS
The minimum requirement for this software to run is that your Web server supports PHP 5.5 or greater.
INSTALLATION
Install from composer
With Composer installed, you can then install the application using the following commands:
composer create-project ushainformatique/whatacart whatacart
Once the composer run completes, run http://localhost/whatacart if running on local environment.
If you are deploying on a domain for example xyz.com, go to public_html folder and run the following command
composer create-project ushainformatique/whatacart .
Once the composer run completes, run http://xyz.com.
Install from zip
Download the version zip from http://www.whatacart.com/download and extract it. Place the folder under webroot or public_html if on a domain.
Run http://localhost/whatacart if running on local environment.
If you are deploying on a domain for example xyz.com, go to public_html folder and http://xyz.com.
Install from terminal
- Run
php ./yii app/build
- Provide the necessary inputs
NOTE
In case you are getting the following errors
- No default value is provided for a column
- Error while adding the indexes
Please add the following line to either my.ini or my.cnf based on your configuration.
sql-mode = ""
OR
sql-mode = "NO_ENGINE_SUBSTITUTION"
All versions of whatacart with dependencies
yiisoft/yii2 Version *
yiisoft/yii2-bootstrap Version *
yiisoft/yii2-symfonymailer Version ~3.0.0
branchonline/yii2-lightbox Version *
2amigos/yii2-date-time-picker-widget Version *
2amigos/yii2-date-picker-widget Version *
2amigos/yii2-taggable-behavior Version *
2amigos/yii2-selectize-widget Version *
kartik-v/yii2-widget-rating Version *
kartik-v/bootstrap-star-rating Version @dev
marqu3s/yii2-summernote Version dev-master
fortawesome/font-awesome Version v4.7.0
ushainformatique/yiichimp Version dev-master