Error when following instructions
notflip opened this issue · 7 comments
Call to undefined method Tmdb\Api\Movies::load()
I'm trying to test this out in laravel using:
I followed the instruction on this page
Route::get('/', function()
{
$client = Tmdb::getMoviesApi()->load(13);
return $client;
});
Could you give the Repository methods a try? I'm not sure what's causing this, I'll have to check at home later tonight.
Thanks for your response, It's producing the same error. Do i have to include anything at the top for laravel? or a use .. ?
I'm not familiar at all with laravel, this package was a best effort, try debugging the tmdb class in this repository to see what's going?
I will give it a try! Thank you
2015-01-22 16:12 GMT+01:00 Michael Roterman notifications@github.com:
I'm not familiar at all with laravel, this package was a best effort, try
debugging the tmdb class in this repository to see what's going?—
Reply to this email directly or view it on GitHub
#3 (comment)
.
@notflip did you solve this issue? (if not, try the new version)
I've got it fixed using the new version. Thanks!
Don't think you meant to post this in here... ~ Michael