framework icon indicating copy to clipboard operation
framework copied to clipboard

The Laravel Framework.

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

### Laravel Version 12.41.1 ### PHP Version 8.2.28 ### Database Driver & Version _No response_ ### Description https://github.com/laravel/framework/pull/57851 introduced changes to prevent strange behaviour when `$attempts > $maxAttempts` However, this...

### Laravel Version 12.21.0 ### PHP Version 8.4.14 ### Database Driver & Version SQLite ### Description Since sqlite does not support the `REGEXP` function, the pdo allows you to create...

needs more info

### Laravel Version 12.40.2 ### PHP Version 8.3.25 ### Database Driver & Version Microsoft SQL Server 2025 for MacOS Tahoe (26.1) (using Orbstack's Rosetta and Docker platform settings to emulate...

help wanted

# Fix: Improve SQL query rendering in QueryException ## Problem This Pull Request addresses an issue where the SQL query displayed in a database exception message (e.g., in `QueryException::formatMessage`) was...

### Laravel Version 12.30.1 ### PHP Version 8.4.2 ### Database Driver & Version Redis 8.0.1 ### Description I have a use case where I need to subscribe to a Redis...

help wanted

### Laravel Version 12.39.3 ### PHP Version 8.2 ### Database Driver & Version MYSQL 8.4.3 ### Description When I try to import a schema.dump file into a MySQL database over...

help wanted

refs: https://github.com/laravel/framework/issues/57838 Added support for multibyte strings in `substrReplace`. The problem was that PHP's `substr_replace` does not handle multibyte characters correctly.

### Laravel Version 12.21.0 ### PHP Version 8.4.1 ### Database Driver & Version _No response_ ### Description Use of Illuminate\Support\Str::substrReplace() does not seem to be multibyte aware. Source line seems...

The code is mostly in place, but we only dump schema now. We could extend this to include data, so we can just do `php artisan db:dump` and dump the...

### Laravel Version 11.x / 12.x ### PHP Version 8.3.27 ### Database Driver & Version Postgres ### Description In Laravel 10 and below it was possible to programatically subscribe to...