We rewrote the project into different structure. Backward campatibility is broken at this point.
The Service commercetools.client has been changed. It now returns a client instead of a client factory.
Before:
$client = $this->get('commercetools.client')->build($locale);
After:
$client = $this->get('commercetools.client.factory')->build($locale);
How can I help you explore Laravel packages today?