Kryptonit3-zz/TMDB-Laravel

api key not working anymore

Opened this issue · 2 comments

Unable to read configuration, verify that the API key is valid
My key was working fine before and now I get this error. I'm using localhost and I added the url at tmdb website when registering for a new key

It also doesn't get trailers or list of trailers

I had the same issue and found this fix if anyones still having the drama.
https://stackoverflow.com/questions/47158710/invalid-api-key-you-must-be-granted-a-valid-key-tmdb-laravel-5-5

you edit your config/app.php file and

add Tmdb\Laravel\TmdbServiceProvider::class,
to the providers section of the file.