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
21 stars 26 forks source link

composer require bagisto/bulk-upload not working #31

Closed palmatesolutions closed 3 years ago

palmatesolutions commented 3 years ago

[InvalidArgumentException] Could not find a matching version of package bagisto/bulk-upload. Check the package spelling, your version constraint and that the package is available in a stability which matches your minimum- stability (dev).

prateek-webkul commented 3 years ago

Hello @palmatesolutions ,

could you mention your bagisto version( go to the .env and check app_version)

Thanks

palmatesolutions commented 3 years ago

APP_VERSION=1.2.0-BETA1

prateek-webkul commented 3 years ago

@palmatesolutions ,

We are checking for the issue, you may now try setuping without composer command..

shlewa commented 3 years ago

I have the same issue, I also tried installing without using composer but instead doing this: 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.

STILL NOT WORKING

shlewa commented 3 years ago

found the solution, do this to install instead: php artisan clear-compiled composer dump-autoload php artisan optimize php artisan migrate php artisan storage:link php artisan route:cache php artisan vendor:publish

this works.

prateek-webkul commented 3 years ago

@palmatesolutions @shlewa ,

We have register the package, please use the below command to setup the module...

composer require bagisto/bagisto-bulk-upload

Thanks

prateek-webkul commented 3 years ago

@palmatesolutions @shlewa ,

We are closing the issue, if still issue exists feel free to open.

Thanks