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.
- 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
andTWITCH_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
.