stefanoregis / woocommercetolaravel
A simple system to import orders from Woocommerce to Laravel
dev-master
2020-01-14 09:17 UTC
Requires
- automattic/woocommerce: ^3.0
Requires (Dev)
- automattic/woocommerce: ^3.0
This package is auto-updated.
Last update: 2025-03-14 21:43:08 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