wrve/oc-excelimportexport-plugin
Composer 安装命令:
composer require wrve/oc-excelimportexport-plugin
包简介
Excel support for October CMS' Import Export behavior
关键字:
README 文档
README
This plugin adds Excel support to the Import Export behavior of October CMS.
NOTE: currently only supports Excel for importing
Installation
Install through composer: composer require wrve/oc-excelimportexport-plugin
Usage
Instead of implementing Backend.Behaviors.ImportExportController, use the one from this plugin like so:
public $implement = [
'WRvE\ExcelImportExport\Behaviors\ExcelImportExportController',
];
统计信息
- 总下载量: 41
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-03-14