This website is created by using laravel, tailwind css, livewire and alpine.js.
- To run this project, you must have PHP 7 and above installed.
Begin by cloning this repository to your machine, and installing all Composer & NPM dependencies using the following commands.
git clone git@github.com:KhinMeMeLatt/laravel_movie_website.git
cd laravel_movie_website && composer install && npm install
php artisan key:generate
npm run dev
- TMDb API is used to pull movie information. Set your TMDB_TOKEN in your
.env
file as below.
TMDB_TOKEN = YOUR_TMDB_TOKEN
If you don't have api, get it from TMDB
Run the application using the following command.
php artisan serve
- Andre Madarang - Laravel Movie App