- Clone the repo and
cdinto it composer installnpm install- Rename or copy
.env.examplefile to.env - Set your
TMDB_TOKENin your.envfile. You can get an API key here. Make sure to use the "API Read Access Token (v4 auth)" from the TMDb dashboard. php artisan key:generatephp artisan serveor use Laravel Valet or Laravel Homestead- Visit
localhost:8000in your browser
Open http://localhost:8000 to view it in the browser.
