Skip to content

Free Laravel e-commerce for business: shopping cart, cms content, and more...

Notifications You must be signed in to change notification settings

ovresko/s-cart-1

This branch is 844 commits ahead of thaiviethai99/laravel-ecommerce:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dbc2273 · Oct 19, 2019
Oct 19, 2019
Sep 5, 2018
Oct 18, 2019
Sep 24, 2019
Oct 13, 2019
Oct 16, 2019
Sep 2, 2019
Sep 12, 2019
Sep 5, 2018
Oct 13, 2019
Sep 5, 2018
Aug 28, 2019
May 19, 2019
Jan 18, 2019
Sep 5, 2018
Oct 11, 2019
Aug 28, 2019
Sep 5, 2018
Sep 5, 2018
Oct 18, 2019
Sep 5, 2018
Sep 5, 2018

Repository files navigation

Free Laravel e-commerce for business
composer create-project lanhktc/s-cart

PayPal Me

Home page | Demo | Demo admin | Installation | S-Cart Pro | Video Guide

Total Downloads Latest Stable Version License

Product detail

Product bundle

Product group

Cart

Admin homepage

Order list

Order detail

Product list

Product detail

Auth

Backup

About S-cart

Free Open source E-commerce use Laravel framework for Business

Technology

List Functions of S-cart

======= SHOPPING =======

  • Multi-language

  • Currencies

  • Customer sign up

  • Purchase history

  • Process cart

  • Manage product: price sale, cost price, promotion price, quantity, multi images, attributes ..

  • Categories product

  • Brand product

  • Api manager ... ======= SYSTEM MANAGEMENT =======

  • Manage & permission users, groups

  • Customer management

  • Image management

  • Order management: edit orders, update payment status, shipping status ...

  • Order history

  • Report: chart, statistics, export csv, pdf...

  • Generate image thumbnail, watermark

  • Manage banner, logo

  • Configure email SMTP

  • System configuration: turn off website, hide / show products

  • Backup & Restore database ... ======= EXTENSIONS =======

  • Shipping

  • Discount

  • Payment ...Support for integrated extension from 3rd party

======= MODULES =======

  • Blog/News
  • Cms content: content categories, entries ...Support for integrated modules from 3rd party

Requirements:

Version 3.x:

Core laravel framework 5.8. Requirements::

- PHP >= 7.1.3
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
- Ctype PHP Extension
- JSON PHP Extension
- BCMath PHP Extension

Installation & configuration:

How to map your domain to s-cart? CLICK HERE

Step1: Install last version S-cart

composer create-project lanhktc/s-cart

Step2:

  • Chmod -R 777 storage
  • Chmod -R 777 vendor
  • Chmod -R 777 public/data

Step3:

- Create a new database. Example database name is s-cart

Step4:

=> From version 2.1.1, you can install s-cart by link: your-domain.com/install.php

Then, access your-domain.com/install.php to install S-cart.
If installing with link "install.php" unsuccessful, you can install it manually below.

OR manual installation:

- Import file sql database/s-cart.sql to database.
- Rename file .env.example to .env if file .env not exist.
- Genarate API key if APP_KEY is null. Use command "php artisan key:generate"
- Config value of file .env:
    APP_URL=http://localhost
    DB_HOST=127.0.0.1
    DB_PORT=3306
    DB_DATABASE=s-cart
    DB_USERNAME=root
    DB_PASSWORD=

Step5:

NOTE: Please remove or rename file public/install.php so others cannot access it.

Step6:

  • Access to url admin: your-domain/sc_admin.
  • User/pass admin/admin

Demo:

VPS SSD $5/mo, gets $50 in credit over 30 days. DigitalOcean.

About

Free Laravel e-commerce for business: shopping cart, cms content, and more...

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 63.8%
  • PHP 30.0%
  • TSQL 3.3%
  • CSS 2.9%