cyrillajarge / laravel-movies-example

Code for YouTube series on building a Laravel Movie Application

Home Page:https://www.youtube.com/playlist?list=PLEhEHUEU3x5pYTjZze3fhYMB4Nl_WOHI4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

screenshot

Laravel Movies Example

Code for YouTube video series: https://www.youtube.com/playlist?list=PLEhEHUEU3x5pYTjZze3fhYMB4Nl_WOHI4

Demo URL: https://movies.andredemos.ca

Installation

  1. Clone the repo and cd into it
  2. composer install
  3. Rename or copy .env.example file to .env
  4. Set your 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.
  5. php artisan key:generate
  6. php artisan serve or use Laravel Valet or Laravel Homestead
  7. Visit localhost:8000 in your browser

Starting from a particular point

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).

  1. Clone the repo and cd into it
  2. git checkout 22fa456

About

Code for YouTube series on building a Laravel Movie Application

https://www.youtube.com/playlist?list=PLEhEHUEU3x5pYTjZze3fhYMB4Nl_WOHI4


Languages

Language:PHP 77.4%Language:HTML 22.6%