Skip to content

Cake PHP 3 based ecommerce Store generation with custom fields (Dynamic Database Development).

Notifications You must be signed in to change notification settings

subhanahmed047/shopengine

Repository files navigation

Shop Engine

Build Status License

Cake PHP 3 based ecommerce Store generation with custom fields (Dynamic Database Development).

The framework's source code can be found here: cakephp/cakephp.

Installation

  1. Download Composer or update composer self-update.

  2. If Composer is installed globally, run the following command in application root

composer install

You should now be able to visit the path to where you installed. Make sure to change the database credentials.

Database Configuration

The install module is disabled at the moment so you can change your database credentials by going into the following file:

Plugins/Settings/config/datasource.json

Populating Database

You can either Migrate the database into the connected datasource by running the following commands from the root

cd bin and then cake bake migrate

Otherwise you can find a database sql dump file under config/sql directory.

Demo

We've decided to add more features to this repository as well as update the existing codebase. A public demo is temporarily taken off. However a few Screenshots of the system are uploaded here: https://goo.gl/DnrTRQ

About

Cake PHP 3 based ecommerce Store generation with custom fields (Dynamic Database Development).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published