定制 jennoramcaj/bagisto-bulk-upload 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

jennoramcaj/bagisto-bulk-upload

Composer 安装命令:

composer require jennoramcaj/bagisto-bulk-upload

包简介

Add products using CSV or XLS in bagisto.

README 文档

README

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
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.

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.

统计信息

  • 总下载量: 0
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 27
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-02-28

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固