Skip to content

laracasts/laracasts-videogames

 
 

Repository files navigation

screenshot

Laracasts Video Game Series

IGDB API has been updated to v4 on the v4 branch.

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_KEY in your .env file. You can get an API key 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

Releases

No releases published

Packages

No packages published

Languages

  • PHP 83.3%
  • Blade 16.2%
  • Shell 0.5%