Giter Club home page Giter Club logo

bagisto's Introduction

Total Downloads

Total Downloads Latest Stable Version License

Topics

  1. Introduction

  2. Requirements

  3. Installation

  4. Configuration

  5. Migration Guides

  6. License

1. Introduction:

Bagisto is a hand tailored E-Commerce framework designed on some of the hottest opensource technologies such as Laravel a PHP framework, Vue.js a progressive Javascript framework.

Bagisto is viable attempt to cut down your time, cost and workforce for building online stores or migrating from physical stores to the ever demanding online world. Your business whether small or huge it suits all and very simple to set it up.

We are also having a forum for any type of your concern, feature request discussions. Please visit: Bagisto Forums

It packs in lots of demanding features that allows your business to scale in no time:

  • Multiple Channels, Locale, Currencies.
  • Built-in Access Control Layer.
  • Beautiful and Responsive Storefront.
  • Descriptive and Simple Admin Panel.
  • Admin Dashboard.
  • Custom Attributes.
  • Built on Modular Approach.
  • Support for Multiple Store Themes.
  • Multistore Inventory System.
  • Orders Management System.
  • Customer Cart, Wishlist, Product Reviews.
  • Simple and Configurable Products.
  • Check out more.....

For Developers: Dev guys can take advantage of two of the hottest frameworks used in this project Laravel and Vue.js, both of these frameworks have been used in Bagisto. Bagisto is using power of both of these frameworks and making best out of it out of the box.

2. Requirements:

  • OS: Ubuntu 16.04 LTS or higher.
  • SERVER: Apache 2 or NGINX
  • RAM: 2 GB or higer.
  • PHP: 7.1.17 or higher.
  • Processor: Clock Cycle 1Ghz or higher.
  • Mysql: 5.7.23 or higher.
  • Node: 8.11.3 LTS or higher.
  • Composer: 1.6.5 or higher.

3. Configuration:

Run this Command to download the project on to your local machine or server:

Note: If you have downloaded zip file then ignore this.

composer create-project bagisto/bagisto

if the above command's process was successful, you will find directory bagisto and all of the code will be inside it.

After it set your .env variable, especially the ones below:

  • APP_URL
  • DB_CONNECTION
  • DB_HOST
  • DB_PORT
  • DB_DATABASE
  • DB_USERNAME
  • DB_PASSWORD

Although you have to set the mailer variables also for full functioning of your store for sending emails at various events by default.

4. Installation:

Run these Commands Below

Run this command below, if installing from the zip else skip:

composer install
php artisan migrate
php artisan db:seed
php artisan vendor:publish

-> Press 0 and then press enter to publish all assets and configurations.
php artisan storage:link
composer dump-autoload

That's it, now just execute the project on your specified domain entry point pointing to public folder inside installation directory.

5. License

Bagisto is a truly opensource E-Commerce framework which will always be free under the MIT License.

Coming Soon:

-> API support for core packages and numerous fixes.

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.