Add IGDB for PC games lookup

This commit is contained in:
DariusIII
2018-09-14 12:38:33 +02:00
parent 09b50e8e15
commit 84cec8579d
8 changed files with 173 additions and 28 deletions
+4
View File
@@ -34,5 +34,9 @@ return [
'key' => env('STRIPE_KEY'),
'secret' => env('STRIPE_SECRET'),
],
'igdb' => [
'key' => env('IGDB_KEY', ''),
'url' => 'https://api-endpoint.igdb.com'
]
];