PHP code example of hexbit / sage-woocommerce

1. Go to this page and download the library: Download hexbit/sage-woocommerce library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

hexbit / sage-woocommerce example snippets


...
    /*
    |--------------------------------------------------------------------------
    | Autoloaded Service Providers
    |--------------------------------------------------------------------------
    |
    | The service providers listed here will be automatically loaded on the
    | request to your application. Feel free to add your own services to
    | this array to grant expanded functionality to your applications.
    |
    */

    'providers' => [
        /**
         * Package Service Providers
         */
         Hexbit\Woocommerce\Providers\WooCommerceServiceProvider::class
    ]
...
yourtheme/config/app.php
app/woocommerce.php

 echo \Roots\view(\Roots\app('sage.woocommerce.view'), \Roots\app('sage.data'))->render();