Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

laravel/framework

ahmadreza1383 starred laravel/framework
rodrigopedra created a comment on an issue on laravel/framework
Well, the collection returned from an Eloquent model should be an Eloquent Collection. It assumes some specific methods for relation matching, and other operations.

View on GitHub

SafiaTirar starred laravel/framework
JonathanGawrych created a comment on an issue on laravel/framework
Yeah, I was working on it myself and found that. Also I found that getPath() is not null, but domain _might_ be null, and null is a valid value for domain. Thus we can't use null to mean unqueue...

View on GitHub

ruijin2803 starred laravel/framework
JaZo created a comment on a pull request on laravel/framework
That maintenance file [does nothing when there's no down-file](https://github.com/laravel/framework/blob/11.x/src/Illuminate/Foundation/Console/stubs/maintenance-mode.stub#L4-L6), which is the case...

View on GitHub

bhushan created a comment on a pull request on laravel/framework
I see based on failing test cases, it is intentional, but we want to still override results even if it is true, so if we both are on same page, I can fix test cases for this PR, please let me know....

View on GitHub

taylorotwell created a comment on a pull request on laravel/framework
We actually have tests specifically preventing this, so we may want to adjust the docs instead.

View on GitHub

taylorotwell closed a pull request on laravel/framework
fix: allows policy result in after check callbacks as mentioned in docs
As mentioned in the docs, we can override results after the checks has been passed in after callback checks. https://laravel.com/docs/11.x/authorization#intercepting-gate-checks Scenario: - ...
github-actions[bot] pushed 1 commit to 11.x laravel/framework

View on GitHub

bhushan opened a pull request on laravel/framework
fix: allows policy result in after check callbacks as mentioned in docs
As mentioned in the docs, we can override results after the checks has been passed in after callback checks. https://laravel.com/docs/11.x/authorization#intercepting-gate-checks Scenario: - ...
taylorotwell closed a pull request on laravel/framework
[11.x] Add helper method to determine stray request prevention state
This pull request introduces the `preventingStrayRequests` method, which allows developers to check whether the system is configured to prevent real (stray) API requests. The method is useful in te...
taylorotwell pushed 1 commit to 11.x laravel/framework
  • Allow Vite entry points to be merged (#53233) * Allow Vite entry points to be merged * StyleCI appeasement f507e43

View on GitHub

taylorotwell closed a pull request on laravel/framework
Allow Vite entry points to be merged
This PR aims to solve an issue when Vite entry points are conditionally determined at runtime. The existing `withEntryPoints` method in the `Vite` class replaces any entry points which have alre...
taylorotwell pushed 1 commit to 11.x laravel/framework
  • [11.x] Add `waitUntil` method to `Process` (#53236) * Add waitUntil method * Update InvokedProcess.php -------... a5f6fcc

View on GitHub

taylorotwell closed a pull request on laravel/framework
[11.x] Add `waitUntil` method to `Process`
The `waitUntil()` method waits for the long-running process to reach a specific state by continuously checking the output. It keeps waiting until the given anonymous function returns true, allowing...
taylorotwell pushed 1 commit to 11.x laravel/framework
  • [11.x] Add getConnection() Method to Factory Class for Retrieving Database Connection (#53237) * Add a getter to get... 57a35ec

View on GitHub

taylorotwell closed a pull request on laravel/framework
[11.x] Add getConnection() Method to Factory Class for Retrieving Database Connection
**Context:** I’m proposing a small but useful addition to the `Illuminate\Database\Eloquent\Factories\Factory` class by introducing a `getConnection()` method. This method allows developers to retr...
taylorotwell created a comment on a pull request on laravel/framework
Thanks for your pull request to Laravel! Unfortunately, I'm going to delay merging this code for now. To preserve our ability to adequately maintain the framework, we need to be very careful reg...

View on GitHub

taylorotwell closed a pull request on laravel/framework
Add functionality to the framework to customize service providers loading process
Add ability to the framework to optionally alter service providers loading process by providing custom providerRepository and adding more control to the Application's register and bootProvider meth...
calebdw created a comment on a pull request on laravel/framework
Thanks!

View on GitHub

taylorotwell pushed 1 commit to 11.x laravel/framework
  • fix: EloquentCollection find and unique generics (#53239) 6247370

View on GitHub

taylorotwell closed a pull request on laravel/framework
fix: EloquentCollection find and unique generics
<!-- Please only send a pull request to branches that are currently supported: https://laravel.com/docs/releases#support-policy If you are unsure which branch your pull request should be sent ...
taylorotwell created a comment on a pull request on laravel/framework
This is the file that actually handles the request though, as you can see in the default public/index.php. So, if this file doesn't exist, all of the maintenance mode features like bypass, except U...

View on GitHub

taylorotwell closed a pull request on laravel/framework
[11.x] Only create `framework/maintenance.php` file when using file driver
### Change When you're using the cache based maintenance mode, Laravel still tries to create the `framework/maintenance.php` file. However, this file [does nothing when there's no down-file](https...
taylorotwell deleted a branch laravel/framework

fixes-53226-1

taylorotwell closed an issue on laravel/framework
Incorrect bindings in DB::update when using a collection as a value
### Laravel Version 11.26.0 ### PHP Version 8.3.12 ### Database Driver & Version MySQL ### Description When using a collection as a column value in DB::update, the wrong bindings are applied...
taylorotwell closed an issue on laravel/framework
Incorrect bindings in DB::update when using a collection as a value
### Laravel Version 11.26.0 ### PHP Version 8.3.12 ### Database Driver & Version MySQL ### Description When using a collection as a column value in DB::update, the wrong bindings are applied...
taylorotwell closed a pull request on laravel/framework
[11.x] Fix incorrect bindings in DB::update when using a collection as a value
fixes #53226 <!-- Please only send a pull request to branches that are currently supported: https://laravel.com/docs/releases#support-policy If you are unsure which branch your pull request...
taylorotwell closed a pull request on laravel/framework
add support for BackedEnums to Arr helper
Similar to https://github.com/laravel/framework/pull/52677, https://github.com/laravel/framework/pull/52679, and https://github.com/laravel/framework/pull/52792, using enums improves code readabili...
Load more