-
Currently the route generation is not deterministic and can generate routes which will lead to 404 errors.
The problem is that the required parameters are only checked if there are no other named p…
-
### Laravel Version
11.20.0
### PHP Version
8.3.6
### Database Driver & Version
PostgreSQL 16
### Description
If I write a validation rule for a non-existent table, for eg:
```…
-
**✏️ Describe the bug**
Find a record of a Model, use the ->fill() method for updating that model and then use the DTO for validating. The validateAndCreate($model) method only sees the $model = Mode…
-
- Laravel Version: 11.2.0
- Nova Version: 4.33.1
- PHP Version: 8.2.20
- Database Driver & Version: mysql 8.0.32
- Operating System and Version: Ubuntu 20.04.6 LTS
### Description:
The Nova …
-
Vulnerable Library - orchestra/testbench-v3.5.3
## Vulnerabilities
| CVE | Severity | CVSS | Dependency | Type | Fixed in (orchestra/testbench-v3.5.3 version) | Remediation Possible** | Reach…
-
**Background (please complete the following information):**
* Version of Panel/Daemon: 1.0.1 Daemon , 1.0.3 Panel
* Server's OS: Ubuntu 18.04
* Your Computer's OS & Browser: Windows 10, Google Ch…
-
### Is the bug applicable and reproducable to the latest version of the package and hasn't it been reported before?
- [X] Yes, it's still reproducable
### What version of Laravel Excel are you using…
-
### What happened?
Sometimes (every 5 minutes) i have a crash with segfault. I use the official static build 1.1.0
```
Segmentation fault (core dumped)
```
### Build Type
Official static build…
-
- Larastan Version: 0.6.11
- `--level` used: 0
### Description
Just installed larastan in a just upgraded proyect (was laravel 7 but now it's laravel 8) and phpstan is giving me errors about unde…
-
```php
'' => 'array',
'*' => 'int',
```
In Laravel validation it works like `array`, but package think that it is `array{array, *: integer}`.
If write
```php
'.' => 'array',
'.*' => 'int',
…