ecommerce

:octocat: Laravel open source e-commerce system.

209
110
PHP

Issues Forks Stars Followers LICENSE Tweet Hits

Laravel Ecommerce Platform

This is a e-commerce platform I made mostly using Laravel 5.4

Features Requirements Install How to setting Contributors License

Features

  • 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

Requirements

PHP >= 5.6.4
MySQL >= 5.7
OpenSSL PHP Extension
PDO PHP Extension
Mbstring PHP Extension
Tokenizer PHP Extension
XML PHP Extension

Install

Clone repo

git clone https://github.com/intelligo-systems/laravel-ecommerce.git

Install Composer

Download Composer

composer update/install

composer install

Install Nodejs

Download Node.js

NPM dependencies

npm install

Using Laravel Mix

npm run dev

How to setting

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

Contributors

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

License

Copyright © 2019 Intelligo Systems.
In this project is open-sourced software licensed under the MIT license.
(See the LICENSE file for the whole license text.)

⬆ back to top