-
I would like to propose having the error logging on the constraints checkers optionaly store a value called "element" that shows the actual value that failed the constraint, this would be valuable in …
-
### What happened?
I have three databases, which I have specified separately as connections in database.php.
`php artisan model:show` specifies the database, which is the connection. This means th…
-
### Description
# Bug Report: `phpinfo()` Accepts Any Integer Value as Parameter
**Issue Summary:**
The `phpinfo()` function in PHP accepts any integer as a parameter, even though it is suppose…
-
I'm trying to translate enums, but keep getting stuck because the php langs generation outputs undefined. Could this be a bug with the php generation?
php_en.json
```
{
"enums.undefined.undef…
-
### Describe the bug
I am trying to update the `mailboxSettings` of a user via the following script
```php
$mailboxSettings = new MailboxSettings();
$automaticRepliesSetting = new AutomaticR…
-
### Describe the project you are working on
Godot
### Describe the problem or limitation you are having in your project
Related to godotengine/godot#96368
GDScript assigns values to enum v…
-
##### Description
When a model is generated for a schema defined as an enum with type `integer` a class constant is included for each value. These constants will use the integer value as their …
-
Hi,
There is no Dutch language available. I would like to translate Hi.Events to Dutch. How can i do that?
-
```PHP
use ProtoneMedia\LaravelFFMpeg\Support\FFMpeg;
Route::get('/test', function () {
$image = \App\Models\Product\ProductImage::where('type', \App\Enums\MediaTypes::VIDEO)->firstOrFail();
…
-
### Bug Report
| Q | A
|------------ | ------
| BC Break | no
| Migrations version | 3.8.0
| Migrations bundle | 3.3.1
| ORM | 3.2.1
| DBAL | 4.0.4
| Symfony |…