app->singleton('CachetHQ\Cachet\Segment\RepositoryInterface', function () { $url = 'https://gist.githubusercontent.com/jbrooksuk/5de24bc1cf90fb1a3d57/raw/cachet.json'; $guzzleClient = new Client(); $client = new HttpRepository($guzzleClient, $url); return new CacheRepository($client); }); } }