Havenstd06 / LaraShow

A Laravel project with the TMDB API

Home Page:https://larashow.hvs.cx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LaraShow

A Laravel project with the TMDB API

Build Status Total Downloads Latest Stable Version License


Requirement

Installation

  • clone the repository: git clone https://github.com/Havenstd06/LaraShow
  • install: composer install
  • 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.
  • create configuration env file .env refer to .env.example
  • generate a new application key php artisan key:generate
  • install node_module npm i && npm run dev (or npm run prod)

Projet réalisé depuis le tutoriel de drehimself

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

License

MIT

About

A Laravel project with the TMDB API

https://larashow.hvs.cx


Languages

Language:PHP 68.4%Language:HTML 31.6%