pixelpeter / laravel5-woocommerce-api-client

Laravel 5 wrapper for the Woocommerce REST API
MIT License
125 stars 48 forks source link

Can you use it for multiple woocommerce websites #42

Closed dseegers closed 5 years ago

dseegers commented 5 years ago

Is it possible to handle multiple woocommerce websites in one laravel application?

pixelpeter commented 5 years ago

Yes, but then you have to use the https://github.com/woocommerce/wc-api-php directly. The Woocommerce Facade does not support multiple sites.