Ecosyste.ms: Timeline

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

laravel/framework

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...
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 support for BackedEnums to session
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...
taylorotwell closed a pull request on laravel/framework
[11.x] Refactor `NotIn` rule to extend `In` rule
This PR refactors the `NotIn` validation rule to extend the existing `In` rule. By doing so, it leverages the shared logic from the `In` rule, while only overriding the `$rule` property to set it t...
macbookandrew created a review on a pull request on laravel/framework

View on GitHub

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 whereEmpty and whereNotEmpty methods to Query Builder
This PR introduces new methods to the Query Builder to check if a column is empty (null or an empty string): - `whereEmpty()` - `orWhereEmpty()` - `whereNotEmpty()` - `orWhereNotE...
taylorotwell created a comment on a pull request on laravel/framework
I think the whole point of the Markdown feature was to automatically handle the text stuff for you.

View on GitHub

Load more