screenshot

Laracasts Video Game Series

Code for Laracasts video series: https://laracasts.com/series/build-a-video-game-aggregator

Installation

  1. Clone the repo and cd into it
  2. composer install
  3. npm install
  4. npm run dev
  5. Rename or copy .env.example file to .env
  6. Set your IGDB_CLIENT_ID and your IGDB_ACCESS_TOKEN in your .env file. You can find instructions on how to do that here.
  7. php artisan key:generate
  8. php artisan serve or use Laravel Valet or Laravel Homestead
  9. Visit localhost:8000 in your browser

Starting from a particular point

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

  1. Clone the repo and cd into it
  2. git checkout 07dbc21