Woocommerce Integration with generoi/sage-woocommerce

It’s possible by manually adding the service provider from the config/ directory, which isn’t published/included by default at this time.

  1. Add config/app.php to your theme directory
  2. In that file under Package Service Providers, add: Genero\Sage\WooCommerce\WooCommerceServiceProvider::class
1 Like