Coder Social home page Coder Social logo

bagisto / bagsito-bulk-add-to-cart Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 0.0 18 KB

The Laravel eCommerce Bulk Add To Cart module allows the customer to add the bulk products to the cart with different quantities.

Home Page: https://bit.ly/339vezo

License: MIT License

PHP 42.59% Blade 57.41%
laravel ecommerce opensource bulk-add-cart bulk-operation bulk-add

bagsito-bulk-add-to-cart's Introduction

Introduction

Bagisto Bulk Add to Cart add-on allow customers to upload bulk data to cart.

Requirements:

  • Bagisto: v1.3.2.

Installation with composer:

  • Run the following command
composer require bagisto/bagisto-bulk-add-to-cart

-Goto vendor/bagisto/bagisto-bulkaddtocart and copy the storage folder and merge it into project root directory.

  • Run these commands below to complete the setup
composer dump-autoload
php artisan route:cache
php artisan optimize
php artisan vendor:publish --force

-> Press the number before BulkAddToCartServiceProvider and then press enter to publish all assets and configurations.

Installation without composer:

  • Unzip the respective extension zip and then merge "packages" and "storage" folders into project root directory.
  • Goto config/app.php file and add following line under 'providers'
Webkul\BulkAddToCart\Providers\BulkAddToCartServiceProvider::class
  • Goto composer.json file and add following line under 'psr-4'
"Webkul\\BulkAddToCart\\": "packages/Webkul/BulkAddToCart/src"
  • Run these commands below to complete the setup
composer dump-autoload
php artisan route:cache
php artisan optimize
php artisan vendor:publish --force

-> Press the number before BulkAddToCartServiceProvider and then press enter to publish all assets and configurations.

That's it, now just execute the project on your specified domain.

bagsito-bulk-add-to-cart's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  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.