This is a e-commerce platform I made mostly using Laravel 5.4
Features | Requirements | Install | How to setting | Contributors | License |
---|
- Multiple language display for front and back end
- Automatic cross sell / up sell / related product offerings
- Open Source
- Social Media Integration
- Unlimited Categories
- Unlimited Products
- Related Products, Recommendations for you in our categories, Store Trending
- Create custom transaction emails
- Newsletter management
- Create different sales rules for groups of products
- Customer loyalty discounts
- An “intelligent” search form
- Custom page creation
- Contact forms
- Manage orders/invoicing/shipment processing
- Manage different sales tax arrangements
- Stock control
- Integration with Social Media promotion tools
- Tier pricing
- Multiple Currency
- Wish Lists
- Ability to Ship to Multiple Addresses
- Single step checkout for registered customers
PHP >= 5.6.4
MySQL >= 5.7
OpenSSL PHP Extension
PDO PHP Extension
Mbstring PHP Extension
Tokenizer PHP Extension
XML PHP Extension
Clone repo
git clone https://github.com/techstar-cloud/techstar-ecommerce.git
Install Composer
composer update/install
composer install
Install Nodejs
NPM dependencies
npm install
Using Laravel Mix
npm run dev
Go into .env file and change Database and Email credentials.
php artisan migrate
php artisan db:seed
Generating a New Application Key
php artisan key:generate
You may contribute in several ways like creating new features, fixing bugs, improving documentation and examples or translating any document here to your language. Find more information in CONTRIBUTING.md. Contributors
Copyright (C) 2019 Intelligo Systems.
In this project is open-sourced software licensed under the MIT license.
(See the LICENSE file for the whole license text.)