Bagisto Bulk Upload
This repository is no longer maintained as the bulk upload feature is already available in the core.
For the latest updates and features, please refer to the main core repository.
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:
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
-> Press 0 and then press enter to publish all assets and configurations.
Webkul\Bulkupload\Providers\BulkUploadServiceProvider::class
"Webkul\\Bulkupload\\": "packages/Webkul/Bulkupload/src"
\Webkul\Bulkupload\Providers\ModuleServiceProvider::class
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.