PHPackages                             palmatesolutions/bagisto-bulk-upload - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. palmatesolutions/bagisto-bulk-upload

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

palmatesolutions/bagisto-bulk-upload
====================================

Add products using CSV or XLS in bagisto.

07PHP

Since Dec 29Pushed 5y agoCompare

[ Source](https://github.com/palmatesolutions/bagisto-bulk-upload)[ Packagist](https://packagist.org/packages/palmatesolutions/bagisto-bulk-upload)[ RSS](/packages/palmatesolutions-bagisto-bulk-upload/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Bagisto Bulk Upload
===================

[](#bagisto-bulk-upload)

By using this add-on, the admin can mass/bulk upload products of all types: simple, configurable, virtual, grouped, bundle, downloadable, booking.

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

- Product can be upload by CSV / XLS files.
- Data profile creation feature for admin.
- Each attribute has a different column.
- Image attachment with the product within CSV/XLS.
- If there is any error in the CSV / XLS file, then products will not be uploaded and hence customer/admin will come to know about the error.

Requirements:
-------------

[](#requirements)

- **Bagisto**: v1.2.0

Installation with composer:
---------------------------

[](#installation-with-composer)

- Run the following command

```
composer require bagisto/bulk-upload

```

- Goto config/concord.php file and add following line under 'modules'

```
\Webkul\Bulkupload\Providers\ModuleServiceProvider::class
```

- Run these commands below to complete the setup

```
composer dump-autoload

```

```
php artisan migrate
php artisan storage:link
php artisan route:cache
php artisan vendor:publish

```

-&gt; Press 0 and then press enter to publish all assets and configurations.

Installation without composer:
------------------------------

[](#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\Bulkupload\Providers\BulkUploadServiceProvider::class

```

- Goto composer.json file and add following line under 'psr-4'

```
"Webkul\\Bulkupload\\": "packages/Webkul/Bulkupload/src"

```

- Goto config/concord.php file and add following line under 'modules'

```
\Webkul\Bulkupload\Providers\ModuleServiceProvider::class
```

- Run these commands below to complete the setup

```
composer dump-autoload

```

```
php artisan migrate

```

```
php artisan storage:link

```

```
php artisan route:cache

```

```
php artisan vendor:publish

-> Press 0 and then press enter to publish all assets and configurations.

```

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

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 Bus Factor1

Top contributor holds 63.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/73815453?v=4)[palmatesolutions](/maintainers/palmatesolutions)[@palmatesolutions](https://github.com/palmatesolutions)

---

Top Contributors

[![prateek-webkul](https://avatars.githubusercontent.com/u/48429511?v=4)](https://github.com/prateek-webkul "prateek-webkul (14 commits)")[![ghermans](https://avatars.githubusercontent.com/u/1594411?v=4)](https://github.com/ghermans "ghermans (6 commits)")[![jitendra-webkul](https://avatars.githubusercontent.com/u/39991107?v=4)](https://github.com/jitendra-webkul "jitendra-webkul (1 commits)")[![palmatesolutions](https://avatars.githubusercontent.com/u/73815453?v=4)](https://github.com/palmatesolutions "palmatesolutions (1 commits)")

### Embed Badge

![Health badge](/badges/palmatesolutions-bagisto-bulk-upload/health.svg)

```
[![Health](https://phpackages.com/badges/palmatesolutions-bagisto-bulk-upload/health.svg)](https://phpackages.com/packages/palmatesolutions-bagisto-bulk-upload)
```

###  Alternatives

[nervo/yuicompressor

YUI Compressor is an open source tool that supports the compression of both JavaScript and CSS files. The JavaScript compression removes comments and white-spaces as well as obfuscates local variables using the smallest possible variable name. CSS compression is done using a regular-expression-based CSS minifier.

161.5M5](/packages/nervo-yuicompressor)[rmunate/laravel_helpers

Empower Your Laravel Journey: Unleash the Power of Helpers! Unlock a world of possibilities with our standard creation and seamless utilization of helpers within the Laravel framework. Our solution offers a simple, efficient, and elegant way to execute your application's custom methods from any class or view, making development a breeze. Supercharge your Laravel project and elevate your coding experience with our Helper Library.

552.8k](/packages/rmunate-laravel-helpers)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
