kennedy-osaze / laravel-movies-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Movie App

Installation

  1. Clone repository
  2. cd into the folder and run composer install
  3. Copy the variables in .env.example file into your .env file
  4. Run php artisan key:generate
  5. Generate your own TheMovieDB api credentials here and set the TMDB_TOKEN variable in the .env with your "access token"
  6. Run your app php artisan serve

About


Languages

Language:PHP 74.7%Language:Blade 24.7%Language:Shell 0.6%