/simplecart

A simple shopping cart website based on Laravel 4

Primary LanguagePHPMIT LicenseMIT

SimpleCart

This is simple e-commerce platform based on Laravel framework.

It adapted from Magento structure so it's easy for you to customize UI and features.

Installation

  1. Clone this repository
  2. Run db script in db/sample_data.sql to setup database
  3. Update db configuration in config/database.php and other config in config/app.php to match with your local environment
  4. Setup virtual host point to web root directory
  5. Then point your browser to your host