lucle / s-cart

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

Home Page:https://s-cart.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

Total Downloads Latest Stable Version License

About S-cart

Free Open source E-commerce use Laravel framework for Business

Support the project

Support this project 😜 🙏

PayPal Me

S-cart functions:

======= FRONT-END =======

- 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, vendor product
- Payment method (default: COD, Paypal), shipping method
- CMS: blog/news, banner, content,
- Upload manager
...

======= ADMIN =======

- Manage & permission users, groups
- Customer management
- Upload management
- Order management: edit orders, update payment status, shipping status ...
- Order history
- Report: chart, statistics, export csv, pdf...
- Configure email SMTP
- System configuration: turn off website, hide / show products
- Backup, restore data
...

======= 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

Technology

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: Set writable permissions for the following directories:

  • 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:

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/file-s-cart.sql to database.
- Copy and rename file .env.example to .env if file .env not exist.
- Genarate API key if APP_KEY is null. Use command "<code>php artisan key:generate</code>"
- 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

License:

S-Cart is licensed under The MIT License (MIT).

Demo:

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

Screenshots:

#Product detail

#Product bundle

#Product group

#Cart

#Admin homepage

#Order list

#Order detail

#Product list

#Product detail

#Auth

#Backup

About

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

https://s-cart.org

License:MIT License


Languages

Language:PHP 34.7%Language:JavaScript 27.0%Language:HTML 24.4%Language:CSS 10.0%Language:TSQL 3.8%Language:Vue 0.0%