Code for YouTube video series: https://www.youtube.com/playlist?list=PLEhEHUEU3x5pYTjZze3fhYMB4Nl_WOHI4
Demo URL: https://movies.andredemos.ca
- 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
If you would like to follow along and start from a particular point, follow these instructions. You can choose any point by replacing the hash with any particular commit. The commits correspond to the different video parts (mostly).
- Clone the repo and
cdinto it git checkout 22fa456
