-
### UNIT3D Version
6.4.0
### PHP & Platform
8.1.9 - Ubuntu 20.04 LTS
### Laravel verion
9.25.1
### Have you done this?
- [X] I am willing to share my stack trace and logs
- [ ] I can suggest a …
-
"title": "Syntax Error",
"status": 400,
"cause": "Expecting a STRING as input, surround your input wit (truncated...)
{"userId":1,"exception":"[object] (Illuminate\\Http\\Client\\RequestEx…
-
So github can have a social template. @AKindWorld any plans to add support?
-
Hello, I seem to be experiencing an issue similar to closed issue #47
The token works perfectly fine for 24 hours, but after a nights sleep and i start my dev server up in the morning it seems to …
-
Hello,
I'm trying to setup a basic Many-To-Many relationships between two models, one is "Game" from IGDBLaravel\Models and the other one is "User" from App\Models.
I set up the relationship as a …
-
For some reason i am only able to create Webhooks manually via postman and not through any of the methods you have listed.
This is weird because It was working after my queries last week. Which is …
adzay updated
3 years ago
-
I create this ticket for a probable improvement. The other day I tried to create a pivot table with a polymorphic relationship, unfortunately the basic functions of the Eloquent model are not availabl…
-
My Laravel app started to get the following error out of nowhere, even on a clean project.
`HTTP request returned status code 401: { "message": "Authorization Failure. Have you tried:", "Tip 1": "E…
-
**Describe the bug**
Attempt to read property "image_id" on array (View: /var/www/html/resources/views/torrent/partials/game_meta.blade.php) (View: /var/www/html/resources/views/torrent/partials/game…
-
Hi there,
is there a way to count total results from a query? Using `->count()` doesn't return the total number of results.
Thanks