/Laravel-Movie-App

A simple Laravel Movie App uses the movie database API that helps user to discover movies.

Primary LanguagePHP

Laravel Movie App

A simple Laravel Movie App uses the movie database API that helps user to discover movies.

Screenshots

movies tvshows actors movie movie2 actor


Features

  • Discover the most popular and now playing movies
  • Discover the most popular and the top rated tv shows
  • Watch movie and tv show trailers, cast and images
  • Read movie and tv show description
  • Discover the most popular actors
  • See actor biography and known for
  • Search for movies, tv shows and actors
  • UI optimized for pc and phone

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
  7. Visit localhost:8000 in your browser