istattic / sea-ess-vee
1.0.0
2017-07-22 16:00 UTC
Requires
- php: ^5.5.9 || ^7.0
- illuminate/database: 5.1.* || 5.2.* || 5.3.* || 5.4.*
- illuminate/filesystem: 5.1.* || 5.2.* || 5.3.* || 5.4.*
- illuminate/http: 5.1.* || 5.2.* || 5.3.* || 5.4.*
- illuminate/support: 5.1.* || 5.2.* || 5.3.* || 5.4.*
- league/csv: 8.*
This package is auto-updated.
Last update: 2024-09-15 10:48:19 UTC
README
Laravel 的 CSV 导入/导出 库
安装
运行
composer require istattic/sea-ess-vee --save
添加
ISTAttic\SeaEssVee\Providers\SeaEssVeeServiceProvider::class,
到 config/app.php 中应用程序服务提供者的数组,并且
'SeaEssVee' => ISTAttic\SeaEssVee\Facades\SeaEssVee::class,
到外观数组
然后运行
php artisan vendor:publish --provider="ISTAttic\SeaEssVee\Providers\SeaEssVeeServiceProvider"