PHPackages                             jennoramcaj/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. jennoramcaj/bagisto-bulk-upload

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

jennoramcaj/bagisto-bulk-upload
===============================

Add products using CSV or XLS in bagisto.

00PHP

Since Feb 28Pushed 3y agoCompare

[ Source](https://github.com/Jennoramcaj/bagisto-bulk-upload)[ Packagist](https://packagist.org/packages/jennoramcaj/bagisto-bulk-upload)[ RSS](/packages/jennoramcaj-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.3.3

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

[](#installation-with-composer)

- Run the following command

```
composer require bagisto/bagisto-bulk-upload

```

- Goto vendor/bagisto/bagisto-bulkupload and copy the storage folder and merge it into the root of your project.
- 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 config: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

14

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity23

Early-stage or recently created project

 Bus Factor1

Top contributor holds 63.2% 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://www.gravatar.com/avatar/df0c52f2eacfb8eb1e70744a3f8ad02cf8fc1aaf5a5d81dabcbaa867102614b1?d=identicon)[Jennoramcaj](/maintainers/Jennoramcaj)

---

Top Contributors

[![prateek-webkul](https://avatars.githubusercontent.com/u/48429511?v=4)](https://github.com/prateek-webkul "prateek-webkul (55 commits)")[![vivek-webkul](https://avatars.githubusercontent.com/u/28401696?v=4)](https://github.com/vivek-webkul "vivek-webkul (13 commits)")[![ghermans](https://avatars.githubusercontent.com/u/1594411?v=4)](https://github.com/ghermans "ghermans (12 commits)")[![Jennoramcaj](https://avatars.githubusercontent.com/u/44192473?v=4)](https://github.com/Jennoramcaj "Jennoramcaj (4 commits)")[![asif-webkul](https://avatars.githubusercontent.com/u/56350185?v=4)](https://github.com/asif-webkul "asif-webkul (2 commits)")[![jitendra-webkul](https://avatars.githubusercontent.com/u/39991107?v=4)](https://github.com/jitendra-webkul "jitendra-webkul (1 commits)")

### Embed Badge

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

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

###  Alternatives

[pimcore/platform-version

Verified Pimcore Version

12353.2k12](/packages/pimcore-platform-version)

PHPackages © 2026

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