Search code examples
laravellaravel-5laravel-5.5

Invalid API key: You must be granted a valid key tmdb laravel 5.5


i am trying to install php-tmdb/laravel on my laravel 5.5 but getting error on basic test

Invalid API key: You must be granted a valid key

i try with google and found this link https://github.com/php-tmdb/laravel/issues/38

but its not working or can't understand

help me


Solution

  • auto discovery in this package is not working correctly

    just add this on providers

    config/app.php

    Tmdb\Laravel\TmdbServiceProvider::class,
    

    everything is working fine now