Code for YouTube series on building a Laravel Movie Application
Code for YouTube video series: https://www.youtube.com/playlist?list=PLEhEHUEU3x5pYTjZze3fhYMB4Nl_WOHI4
Demo URL: https://movies.andredemos.ca
cdinto it
composer install
.env.examplefile to
.env
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:generate
php artisan serveor use Laravel Valet or Laravel Homestead
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).
cdinto it
git checkout 22fa456