Ecosyste.ms: Timeline

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

laravel/framework

jamiethorpe opened a pull request on laravel/framework
[11.x] fix: allows injection using multiple interfaces with the same concrete implementation
Fixes [issue 53110](https://github.com/laravel/framework/issues/53110) This allows multiple interfaces to be injected when they use the same concrete implementation. This change also prevents in...
Crikop starred laravel/framework
hafezdivandari created a review comment on a pull request on laravel/framework
No, this method prepares an array of commands that are not supported by SQLite, and we have to recreate the table as a workaround for them. So as dropping column is not supported on <3.35 we add `d...

View on GitHub

hafezdivandari created a review on a pull request on laravel/framework

View on GitHub

mjauvin created a review comment on a pull request on laravel/framework
@hafezdivandari shouldn't the operator be ">=", here? If the goal is to make sure SQLite >= 3.35 uses the `dropColumn` command instead of recreating the table?

View on GitHub

mjauvin created a review on a pull request on laravel/framework

View on GitHub

mjauvin created a comment on a pull request on laravel/framework
Abandoned.

View on GitHub

mjauvin closed a draft pull request on laravel/framework
Fix reversed logic in version comparison
The intended use was to verify if the server's SQLite version was greather than or equal to 3.35, version at which `dropColumn` support was added to SQLite.
nelsondev12 starred laravel/framework
felipuu starred laravel/framework
hellotksan starred laravel/framework
github-actions[bot] created a comment on an issue on laravel/framework
Thank you for reporting this issue! As Laravel is an open source project, we rely on the community to help us diagnose and fix issues as it is not possible to research and fix every issue reported...

View on GitHub

mdariftiens opened a pull request on laravel/framework
Added new Arr::notAccessible($value) function. Tests are added.
**Summary:** This pull request introduces a new static method `Arr::notAccessible()` to the Arr utility class, along with a comprehensive set of unit tests to verify its functionality. This method...
Boorinio opened a pull request on laravel/framework
[11.x] Added conditionals to routes.
This pull request introduces the Conditionable trait to the Laravel Route class, allowing developers to add conditional logic when defining routes. Consider the following: ``` Route::middleware...
taylorotwell created a comment on a pull request on laravel/framework
The test above this seems like it tests this?

View on GitHub

taylorotwell closed a pull request on laravel/framework
Added testResolvedInstances method to ContainerTest
Hi, I’ve written a test that ensures an instance is created, and when resolved is called, it returns true. Currently, we don't have a test to ensure that the resolved method returns true if an i...
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
Update Doc Block and parameter type of methods
Update Doc Block and parameter type of methods
djaroephon starred laravel/framework
ReyadAhmed-hub starred laravel/framework
mdariftiens opened a pull request on laravel/framework
Update Doc Block and parameter type of methods
Update Doc Block and parameter type of methods
ahmadreza1383 opened a pull request on laravel/framework
Added testResolvedInstances method to ContainerTest
Hi, I’ve written a test that ensures an instance is created, and when resolved is called, it returns true. Currently, we don't have a test to ensure that the resolved method returns true if an i...
enkot starred laravel/framework
ArakunrinAbimbola starred laravel/framework
github-actions[bot] pushed 1 commit to 11.x laravel/framework

View on GitHub

github-actions[bot] published a release on laravel/framework
v11.29.0
* [10.x] Ensure headers are only attached to illuminate responses by @timacdonald in https://github.com/laravel/framework/pull/53019 * [11.x] Component name guessing with prefix by @royduin in http...
taylorotwell created a tag on laravel/framework

v11.29.0 - The Laravel Framework.

github-actions[bot] pushed 1 commit to 11.x laravel/framework
  • Update version to v11.29.0 4250545

View on GitHub

Load more