Open source e-commerce for business use laravel framework
Demo | Demo admin | Home page | Installation
Free Open source E-commerce use Laravel framework for Business
- Core Laravel Framework
- Back-end Laravel Admin
- In addition, s-cart also integrates other free open source libraries.
======= 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
======= 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
Version 1.6 ~ 2.1.x:
Core laravel framework 5.6. 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
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 public/documents/website
- Chmod -R 777 storage
- Chmod -R 777 vendor
- Folder thumbnail is public/documents/website/thumb.
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
The first, rename file public/install.scart to public/install.php
Then, access your-domain.com/install.php to install S-cart
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:
Please remove or rename file public/install.php so others cannot access it.
Step6:
- Access to url admin: your-domain/system_admin.
- User/pass
admin/admin
- Font-end : http://demo.s-cart.org
- Back-end: http://demo.s-cart.org/system_admin
User/pass: test/123456