istattic / sea-ess-vee
CSV Import/Export Library For Laravel
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-11-15 11:09:52 UTC
README
CSV Import/Export Library For Laravel
Installation
Run
composer require istattic/sea-ess-vee --save
Add
ISTAttic\SeaEssVee\Providers\SeaEssVeeServiceProvider::class,
To the array of Application Serivce Providers in config/app.php and
'SeaEssVee' => ISTAttic\SeaEssVee\Facades\SeaEssVee::class,
To the array of Facades
And run
php artisan vendor:publish --provider="ISTAttic\SeaEssVee\Providers\SeaEssVeeServiceProvider"