framework icon indicating copy to clipboard operation
framework copied to clipboard

The Laravel Framework.

Results 178 framework issues
Sort by recently updated
recently updated
newest added

This pull request adds support for dot notation which is supported elsewhere in the framework but currently is not supported via the `Arr::only()` helper. Example: ```php $array = ['taxonomies' =>...

### The Issue Currently, the new `db:show` console command throws a `Doctrine\DBAL\Exception` if any table in the application uses `ENUM` columns on a MySQL database: ![grafik](https://user-images.githubusercontent.com/17774818/184013659-35dbad7d-46c9-48ef-84f7-89c0da017795.png) ### The Fix [The...

- Laravel Version: 9.23.0 - PHP Version: 8.1.1 - Database Driver & Version: MySQL 5.7.34 ### Description: In brazilian portuguese language (and in others too), we have a lot of...

- Laravel Version: 8.x - PHP Version: 7.4 ### Description: when using the same validation rule with nullable fields it always gives a validation error with fields does not match...

- Laravel Version: 9.19 - PHP Version: 8.1 - Database Driver & Version: MariaDB 10 Trying to update or create a new record, A record that has as the matching...

- Laravel Version: 9.21.6 - PHP Version: 8.0.20 - Database Driver & Version: n/a (no database involved) ### Description: When using `Bus::fake()` to test a task which calls `$batch->fresh()` -...

- Laravel Version: 9.24.0 - PHP Version: 8.1.8 - Database Driver & Version: ### Description: ErrorException Undefined array key -1 at vendor/doctrine/dbal/src/Schema/SqliteSchemaManager.php:605 601▕ $foreignKeyCount = count($foreignKeyDetails); 602▕ 603▕ foreach ($columns...

Added to the PHPDoc connector function in RedisManager that it can also return null based on the match statement.

- Laravel Version: 9.22.1 - PHP Version: 8.1.6 - Database Driver & Version: N/A ### Description: After the recent patches, console messages are not readable when running artisan from a...

needs more info

The PR resolves #43630 #43622 The `doctrine/dbal` package does not support enum types when listing database columns. This PR adds support for mapping `enum` and `sysname` (issue with some distributions...