-
**Bug Description**
I'm getting error 553 when updating the repository.
In the first synchronization the action worked perfectly, but when updating any file the second action returns the error.
…
-
### Lang Package Name
laravel-lang/common
### Lang Package Version
6.4.0
### Laravel Framework Version
10.48.15
### PHP Version
8.1.18
### Dependencies
"require": {
"php": "^8.1",
…
bedoz updated
2 months ago
-
I have the following schema:
```
model Post {
id String @default(cuid()) @id
}
model Comment {
id String @default(cuid()) @id
}
model Vote {
id …
-
### Package Version
3.1
### Laravel Version
11
### PHP Version
8.2
### Problem description
1. The table sorts on created_at in ascending order, so all new activity is at the end of the paginati…
-
I have been facing the problem these days. I start dinghy and then stop it using `dinghy halt`, and then when I start it again, the logs will be like as follows:
```
Starting the dinghy VM...
Start…
-
When i am not authenticated I get this exception
```
Missing required parameter for [Route: filament.admin.networks.resources.tasks.edit] [URI: admin/{tenant}/networks/tasks/{record}/edit] [Missin…
-
Hello,
I was not able to find something useful to solve this issue so I will try it here.
I've a fresh installation of Vagrant (no plugins) on my host, but the response of the CLI is very very sl…
-
Dear GAPI team.
I have a security bug only on Safari.
Right in between loading and initialising GAPI I get these:
> [Error] The source list for Content Security Policy directive 'script-src' cont…
-
# Bug report
### What I did
I have ```Pets``` and ```Skills``` tables just like in the Demo Site.
Basically Pet can have multiple Skills. But when I update a Pet's Skills, the Skills changes…
-
### Ziggy version
2.2.1
### Laravel version
11.13.0
### Description
It seems like the ziggy generated files asks for wrong param types for my resource routes. I have one "Activity" resources can …