IGDB Laravel Wrapper
Laravel-Wrapper for the IGDB API (Apicalypse) including webhook handling.
Cache
You can overwrite the default cache time for one specific query. So you can for example turn off caching for a query:
use MarcReichel\IGDBLaravel\Models\Game; $games = Game::cache(0)->get();