Code Monkey home page Code Monkey logo

estarter-ecommerce-for-laravel's Introduction

eStarter. The beginning of your beautiful, custom ecommerce on Laravel.

What's new?

  • Upgrade to Laravel 5.5 & latest version of BackPack
  • Clients Management (including addresses and companies)
  • Specific Prices for products
  • Cart Rules
  • Orders
  • Notification Templates
  • Users Management
  • Roles & Permissions

All Features

  • Create and organize categories & subcategoires
  • Create attributes and group them in sets of attributes
  • Create currencies
  • Create carriers
  • Create taxes and use them on products
  • Create order statuses
  • Create products and upload product multiple images at once, using dropzone
  • Ability to create product groups
  • Ability to clone a product
  • Add Clients
  • See orders & change order statuses that will notify users via e-mail
  • Add / Edit Notification templates
  • Create users with different roles & permissions
  • Create cart rules
  • Create Specific prices

Installation

  • Clone repository
$ git clone https://github.com/updivision/estarter-ecommerce-for-laravel.git
  • Run in your terminal
$ composer install
$ php artisan key:generate
  • Setup database connection in .env file
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret

Do not forget to add in your env file following lines:

ADMIN_ROLE_NAME=administrator
CLIENT_ROLE_NAME=client
  • Migrate tables and seed with demo data
$ php artisan migrate --seed
  • Access it on
http://localhost/estarter-ecommerce-for-laravel/admin/login

Setup

In order to use the shop and be able to add products, you must have a minimum configuration:

  • Create at least one category;
  • Create at least one attribute for at least one of these types: text, textarea, date, dropdown, multiple select, media;
  • Create at least one attribute set;
  • Create a tax (eg. VAT).

After creating these, you’re ready to add your first product.

Known Issues

  • Product image uploader - still - not fully responsive

EER Diagram

alt_text

Screenshots (update soon)

alt text alt text alt text alt text alt text alt text alt text

Contributors

License

eStarter is based on Backpack which is free for non-commercial use and $49/project for commercial use. Please see License File and backpackforlaravel.com for more information.

estarter-ecommerce-for-laravel's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.