- Movies App designed using Laravel and the TMDb API.
To see this a live deploy of this project
- Clone the repo and
cdinto it composer 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
