The file should have a namespace, so it can be used from other classes. I just added below line on top of the file `namespace Seoshop;` Now I can do (in laravel in my case) `use Seoshop\WebshopappApiClient;`
The file should have a namespace, so it can be used from other classes.
I just added below line on top of the file
namespace Seoshop;Now I can do (in laravel in my case)
use Seoshop\WebshopappApiClient;