A site that displays the latest movies and series and some information about them, such as actors and staff
Live Demo: http://movieshow.mohamed-elkased.com
- Clone the repository
git clone https://github.com/hmada15/MovieShow.git MovieShow
composer install
- Rename
.env.example
file to.env
cp .env.example .env
- Set your
TMDb_TOKEN
in your.env
file. You can get an API Read Access Token (v4 auth) here. - (optionally) Set
TMDb_URL
in your.env
file. You can get it from here. It will look something like that.https://api.themoviedb.org/3/
php artisan key:generate
php artisan serve
- Visit
localhost:8000
in your browser