framework
framework copied to clipboard
The Laravel Framework.
### Laravel Version 10.42.0 ### PHP Version 8.3.2 ### Database Driver & Version Redis 7.2.4 ### Description Queued jobs with ShouldBeUnique may cause stale unique locks in the case when...
### Laravel Version 10.4.1 ### PHP Version 8.1.4 ### Database Driver & Version MariaDB 10.6.12 for Linux ### Description I got a memory leak error when I used the `chunk`...
The current code does multiple round-trips to set all the variables we need for our config, both because there are multiple commands to run, but also because it's using prepare,...
I think that with the new way of middleware configuration we lost the ability to allow access to defined URIs during maintenance. I bring it back with this PR.
Hi I've been struggling sometimes with Laravel and Larastan on high levels (8 & 9 mostly). Indeed, the configuration helper `config` give values as `mixed` which requires annotation or assertion...
Hey. Whenever an `afterCommit` callback throws an exception inside of a `DB::transaction()` closure, it's caught by the `ManagesTransactions` trait and internal `->transactions` transaction level is decremented. In tests that use...
This PR adds lateral join methods to the query builder. I have based the methods and tests upon `joinSub` as the behaviour is somewhat similar. Lateral joins have been supported...
### Laravel Version 10.43.0 ### PHP Version 8.2.4 ### Database Driver & Version _No response_ ### Description I ran a command similar to this on my project and got an...
# Context Context allows you to track current and historic "context" (information about the world) throughout a single request / command and across logical boundaries, such as queued jobs. Context...