Stars: 232
Forks: 144
Pull Requests: 0
Issues: 11
Watchers: 11
Last Updated: 2020-04-19 04:56:04
Code for YouTube series on building a Laravel Movie Application
License:
Languages: PHP, HTML
https://www.youtube.com/playlist?list=PLEhEHUEU3x5pYTjZze3fhYMB4Nl_WOHI4
Code for YouTube video series: https://www.youtube.com/playlist?list=PLEhEHUEU3x5pYTjZze3fhYMB4Nl_WOHI4
Demo URL: https://movies.andredemos.ca
cd
into itcomposer install
.env.example
file to .env
TMDB_TOKEN
in your .env
file. 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 serve
or use Laravel Valet or Laravel Homesteadlocalhost:8000
in your browserIf 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).
cd
into itgit checkout 22fa456