stefanoregis/woocommercetolaravel

A simple system to import orders from Woocommerce to Laravel

dev-master 2020-01-14 09:17 UTC

This package is auto-updated.

Last update: 2024-04-14 19:40:53 UTC


README

A PHP wrapper for the WooCommerce. Import your orders and products into your Laravel database.

Enable the Api on your woocommerce installation

Install: composer require stefanoregis/woocommercetolaravel

include the provider in app.php: stefanoregis\woocommercetolaravel\WoocommerceToLaravelServiceProvider::class,

publish the config file: php artisan vendor:publish --provider="stefanoregis\woocommercetolaravel\WoocommerceToLaravelServiceProvider"

update the config file with your parameters

migrate the tables

run php artisan woocommercetolaravel:import to import your orders