Ecosyste.ms: Timeline

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

laravel/framework

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

taylorotwell closed a pull request on laravel/framework
[11.x] Automatically open files when generated via make commands
[Capture vidéo du 19-10-2024 17:53:01.webm](https://github.com/user-attachments/assets/563c31b4-afd2-461a-89a3-9d758043ab98) [Capture vidéo du 19-10-2024 17:55:26.webm](https://github.com/user-a...
taylorotwell pushed 1 commit to 11.x laravel/framework
  • fix typo $previousLCurrency to $previousCurrency for clarity and consistency (#53261) 19f38dd

View on GitHub

taylorotwell closed a pull request on laravel/framework
[11.x] Fix typo `$previousLCurrency` to `$previousCurrency` for clarity and consistency
fix typo $previousLCurrency to $previousCurrency for clarity and consistency
Disservin created a comment on a pull request on laravel/framework
I doubt this was a typo, the `L` probably just stands for `Locale`

View on GitHub

BernhardK91 opened an issue on laravel/framework
Cache::flexible fails with Redis error "Error processing EXEC across the cluster"
### Laravel Version 11.28.1 ### PHP Version 8.3 ### Database Driver & Version _No response_ ### Description We use a Redis Cluster in AWS. After adding Cache::flexibel it fails with a RedisC...
donnysim created a comment on a pull request on laravel/framework
@johanrosenson that middleware is not reach unless the standalone maintenance file allows the request to proceed to the framework with a bypass etc. as the middleware is also responsible for settin...

View on GitHub

crynobone created a comment on an issue on laravel/framework
Hi there, Thanks for reporting the problem you are encountering, but it looks like this is a question which may be better suited for a support channel. We only use this issue tracker for reporti...

View on GitHub

Load more