lanhktc / s-cart
Free Laravel e-commerce for business: shopping cart, cms content, and more...
Installs: 1 076
Dependents: 0
Suggesters: 0
Security: 0
Stars: 258
Watchers: 37
Forks: 188
Open Issues: 3
Language:HTML
Type:project
Requires
- php: ^7.2
- aws/aws-sdk-php: ^3.0
- barryvdh/laravel-dompdf: 0.8.*
- fideloper/proxy: ^4.0
- guzzlehttp/guzzle: ^6.3
- laravel/framework: ^6.2
- laravel/helpers: ^1.1
- laravel/tinker: ^1.0
- paypal/rest-api-sdk-php: ^1.13
- phpoffice/phpspreadsheet: ^1.8
- spatie/laravel-pjax: ^2.0
- unisharp/laravel-filemanager: dev-master
Requires (Dev)
- barryvdh/laravel-debugbar: ^3.2
- facade/ignition: ^1.4
- filp/whoops: ^2.0
- fzaninotto/faker: ^1.4
- mockery/mockery: ^1.0
- nunomaduro/collision: ^3.0
- phpunit/phpunit: ^8.0
- 3.4.0
- 3.4-beta
- 3.3.2.3
- 3.3.2.2
- 3.3.2
- 3.3.1.1
- 3.3.1
- 3.3.0.4
- 3.3.0.3
- 3.3.0.2
- 3.3.0.1
- 3.3.0
- 3.3.0-beta
- 3.2.2
- 3.2.1
- 3.2.0
- 3.2-beta
- 3.1.4
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.1.0-beta
- 3.0.5.4
- 3.0.5.3
- 3.0.5.2
- 3.0.5.1
- 3.0.5
- 3.0.4.4
- 3.0.4.3
- 3.0.4.2
- 3.0.4.1
- 3.0.4
- 3.0.4-beta
- 3.0.3.2
- 3.0.3.1
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.1-beta
- 3.0.0
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.8.2
- 2.2.8.1
- 2.2.8
- 2.2.7
- 2.2.6
- 2.2.5
- 2.2.4.2
- 2.2.4.1
- 2.2.4
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.5
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.0
- 2.0.5.2
- 2.0.5.1
- 2.0.5
- dev-dev
- dev-dependabot/composer/symfony/http-foundation-4.4.7
- dev-dependabot/npm_and_yarn/public/admin/AdminLTE/stringstream-0.0.6
- dev-3.3-dev
- dev-3.1.x-dev
- dev-3.0.x-dev
This package is auto-updated.
Last update: 2020-07-14 09:33:22 UTC
README
This project has been replaced by https://github.com/s-cart/s-cart
Free Laravel e-commerce for business
composer create-project lanhktc/s-cart
Home page | Demo | Demo admin | Installation | Video Guide | Download full source
About S-cart
S-Cart is a free e-commerce website project for businesses, built on the Laravel framework. Our highest goals are aimed at general users:
- Customers do not need to know much about technology.
- Powerful system, many useful functions.
- Easy to access, easy to use.
Support the project
Support this project 😜 🙏
S-Cart functions:
======= FRONT-END ======= - Multi-language - Multi-currency - Shopping cart - Customer login - Product attributes: cost price, promotion price, stock.. - CMS content: category, news, content, web page - Module/Extension: Shipping, payment, discount, ... - Upload manager: banner, images,.. - SEO support: customer URL - API module - Support library plugin, template ... ======= ADMIN ======= - Admin roles, permission - Product manager - Order management - Customer management - Template manager - Module/Extension manager - System config: email setting, info shop, maintain status,... - Backup, restore data - Report: chart, statistics, export csv, pdf... ...
Technology
- Core Laravel Framework
Requirements:
Version 3.2, 3.3, 3.4, 4.x
Core laravel framework 6.x Requirements::
- PHP >= 7.2
- 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
Option 1: From composer
composer create-project lanhktc/s-cart
Step2: Set writable permissions for the following directories:
Option 2: From github
git clone https://github.com/lanhktc/s-cart.git s-cart
Then, install vendor:
composer install
Option 3: Download full source (included vendors)
https://s-cart.org/download.html
Step2: Set writable permissions for the following directories:
storage
vendor
public/data
bootstrap/cache
Step3: Step3: Create database
- Create a new database. Example database name is "s-cart"
Step4: Install
Option 1: Install automatic
Access your-domain.com/install.php to install S-cart.
Then, remove or rename file public/install.php
Option 2: Manual installation
If installing with link "install.php" unsuccessful, you can install it manually below.
- 1: Import file database/*.sql to database.
- 2: Rename or delete file public/install.php
- 3: Copy file .env.example to .env if file .env not exist.
- 4: Generate API key if APP_KEY is null.
Use command "php artisan key:generate"
- 5: Config value of file .env:
APP_DEBUG=false (Set "false" is security)
DB_HOST=127.0.0.1 (Database host)
DB_PORT=3306 (Database port)
DB_DATABASE=s-cart (Database name)
DB_USERNAME=root (User name use database)
DB_PASSWORD= (Password connect to database)
APP_URL=http://localhost (Your url)
ADMIN_PREFIX=sc_admin (Path to admin)
DB_PREFIX=sc_ (Must be "sc_" because it is fixed in the .sql file)
Step5: Install completed
- Access to url admin: your-domain/sc_admin.
- User/pass
admin/admin
License:
S-Cart
is licensed under The MIT License (MIT).
Demo:
- Font-end : http://demo.s-cart.org
- Back-end: http://demo.s-cart.org/sc_admin
User/pass: test/123456
VPS SSD $5/mo, gets $50 in credit over 30 days. DigitalOcean.