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

1.1.2 2019-10-29 12:01 UTC

This package is auto-updated.

Last update: 2025-12-07 13:07:22 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