Skip to content

danlafreniere/game-vault

Repository files navigation

Game Vault

Game vault is an example video game aggregator adapted from a course at Laracasts.

Code has been updated to Laravel Livewire v3 and IGDB API v4.


Screenshot 2024-10-19 at 12 07 33 PM

Installation Instructions

  • Clone the repo and cd into it.
  • composer install
  • npm install
  • npm run dev
  • Rename or copy .env.example file to .env.
  • Set your TWITCH_API_CLIENT_ID and TWITCH_API_CLIENT_SECRET in your .env file. Follow the getting start guide.
  • php artisan key:generate
  • php artisan serve or use Laravel Herd.
  • Visit localhost:8000 in your browser.
  • To refresh cached data: php artisan cache:clear.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages