marcreichel / igdb-laravel

Simplify the integration of the IGDB API into your Laravel app. Including IGDB webhook support.
https://marcreichel.dev/docs/igdb-laravel
MIT License
104 stars 22 forks source link

HTTP request returned status code 400: [ { "title": "Syntax Error", "status": 400 } ] #56

Closed imsidz closed 2 years ago

imsidz commented 2 years ago

i am trying to use with(['cover']) but its throw error

HTTP request returned status code 400: [ { "title": "Syntax Error", "status": 400 } ]

how can i fix it

imsidz commented 2 years ago

i updated php version from 7.4 to 8.1 now and updated to 3.5 version and it fixed this error