tcoders/key-value-importer
最新稳定版本:1.0.10
Composer 安装命令:
composer require tcoders/key-value-importer
包简介
Reusable Laravel import functionality
README 文档
README
This package will import sheet having structure
col1 col2 col3
val1 val2 val3
to a {target}.php file in given format
val1 => [ 'k1' => val2, 'k2' => val3 ]
and will cache it. Also, cache, and save dir can be configured from config files.
Adjust these value as per your need in ImportController.
统计信息
- 总下载量: 18
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-06-24