-
### Sail Version
1.37.1
### Laravel Version
11.3.1
### PHP Version
8.3
### Operating System
Linux
### OS Version
22.04
### Description
When I use the `./vendor/bin/sail up` command to run …
-
**Describe the bug**
While debugging e2e tests - it turned out that export/import test is corrupting data and results in submission which is in internal review (OMP), but without review round created …
-
##### ISSUE TYPE
Bug Report
##### OS
Ubuntu 24.04 LTS
##### VERSION
```
define( 'APPLICATION_VERSION', '6.4.1' );
define( 'APPLICATION_VERDATE', '2024060900' );
```
##### ENVIRONM…
-
### Telescope Version
^5.0
### Laravel Version
^10.8
### PHP Version
8.2.0
### Database Driver & Version
_No response_
### Description
I am making this soap request, its successful but i am g…
-
Hello!
I am trying to put together a Kubernetes deployment and I am a little stuck with assigning the proper values for the environment.
Here's the full document so far:
Deployment
```ya…
-
# Bug report
- Version: vercel-php@0.7.1
- URL: No
- Repository: Yes
## Description
Auto-deploy using `git push` resulting error below:
```
Illuminate\View\ViewException:
Vite manifest n…
-
When I tried to search students, I received a sad error:
```
Illuminate \ Database \ QueryException
SQLSTATE[42883]: Undefined function: 7 ERROR: function unaccent(character varying) does not e…
-
### Description
Im using this seeder to create an admin user and assing all roles in database
```
$user = User::create([
'email' => 'admin@domain.com',
'password' => …
-
A discussion. Regarding the `Cache` event listener of Laravel, it is currently reported based on Otel’s Event. But when a single `Queue::work` execution takes a very long time, the number of Events of…
-
After this https://github.com/koel/koel/issues/1811 I setup the container on another server.
Accesssed the docker like this: ```docker exec --user www-data -it koel bash```
Tried to run ```php artis…