istattic/sea-ess-vee

CSV Import/Export Library For Laravel

Maintainers

Package info

bitbucket.org/istattic/sea-ess-vee

Homepage

pkg:composer/istattic/sea-ess-vee

Statistics

Installs: 111

Dependents: 0

Suggesters: 0

1.0.0 2017-07-22 16:00 UTC

This package is auto-updated.

Last update: 2026-03-15 13:58:45 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"