Skip to content

Error when following instructions #3

@notflip

Description

@notflip
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;
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions