saxum / product-import
Simple laravel product import
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/saxum/product-import
Requires
- maatwebsite/excel: ^3.1
README
This library import product data into Product model for Laravel
Installation
composer require saxum/product-import
If you're using an older verson of Laravel (<5.5) then just manually add the provider to config/app.php file.
Maatwebsite\Excel\ExcelServiceProvider::class, Saxum\Productimport\ProductimportServiceProvider::class,
Use
php artisan import:products products.csv