-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Description
I've followed all of your steps and have added use Woocommerce;
in the TestController, however I received the Class 'Woocommerce' not found error. Do you know why this is :)?
<?php
namespace App\Http\Controllers;
use View;
use Woocommerce;
use Illuminate\Http\Request;
use App\Http\Requests;
class TestController extends Controller
{
public function test()
{
return Woocommerce::get('orders');
}
}
`
Metadata
Metadata
Assignees
Labels
No labels