saxum/product-import

Simple laravel product import

1.1.2 2019-10-29 12:01 UTC

This package is auto-updated.

Last update: 2024-09-07 10:19:42 UTC


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