Download the PHP package bagisto/bagisto-bulk-upload without Composer
On this page you can find all versions of the php package bagisto/bagisto-bulk-upload. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bagisto/bagisto-bulk-upload
More information about bagisto/bagisto-bulk-upload
Files in bagisto/bagisto-bulk-upload
Package bagisto-bulk-upload
Short Description Add products using CSV or XLS in bagisto.
License MIT
Homepage https://github.com/bagisto/bagisto-bulk-upload
Informations about the package 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:
- Bagisto: v1.3.3
Installation with composer:
-
Run the following command
-
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'
- Run these commands below to complete the setup
-> Press 0 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'
-
Goto composer.json file and add following line under 'psr-4'
-
Goto config/concord.php file and add following line under 'modules'
- Run these commands below to complete the setup
That's it, now just execute the project on your specified domain.