The service provider auto discovery is not registering the proper provider.
It registers the TmdbServiceProviderLaravel5 provider instead of TmdbServiceProvider.
This prevent the API from working because the Tmdb\Client singleton is not setup.
Registering the provider manually fix the problem.