Code for Laracasts video series: https://laracasts.com/series/build-a-video-game-aggregator
- Clone the repo and
cd
into it composer install
npm install
npm run dev
- Rename or copy
.env.example
file to.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
If you would like to follow along and start from a particular point, follow these instructions. You can choose any point by replacing the hash with any particular commit. The commits correspond to the different episodes (mostly).
- Clone the repo and
cd
into it git checkout 07dbc21