bagisto / bagisto-bulk-upload

The Laravel eCommerce Bulk Upload allows the admin to create and add a bulk number of products into Bagisto online store.
https://bit.ly/3zRLSzw
MIT License
20 stars 26 forks source link
bulk-operation bulk-upload bulkimport ecommerce hacktoberfest hacktoberfest2020 laravel opensource

Bagisto Bulk Upload

Latest Stable Version Total Downloads License

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:

Requirements:

Installation with composer:

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.

Installation without composer:

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.