Built from following 'Build a Video Game Aggregator' on Laracasts.
- Link to Course - https://laracasts.com/series/build-a-video-game-aggregator
- Course Author's Code - https://github.com/drehimself/laracasts-videogames
- Clone Repo and
cd
into it composer install
npm install
npm run dev
cp .env.example .env
- Set your IGDB_KEY in your
.env
file. You can get an API key here. php artisan key:generate
php artisan serve
or use Laravel Valet or Laravel Homestead- Visit
localhost:8000
in your browser
This repo is for my reference and I doubt I'll be making any changes or maintaining it.
I tried to git commit
after every video. So you might be able to follow along with the course using my project.
However, I'd strongly suggest referring to Andre's repo for that as it'll be more consistent.