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
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

mikield forked laravel/framework

mikield/framework

doganarif opened a pull request on laravel/framework
Add detailed error handling in non-production environments for verifyUserCanAccessChannel method
**Summary:** This PR modifies the `verifyUserCanAccessChannel` method to provide more informative error messages when the application is not in production, helping with debugging during developmen...
doganarif forked laravel/framework

doganarif/framework

cosmastech opened a pull request on laravel/framework
[11.x] Introduce `HasUniqueStringIds`
At work, we have a custom resource type that we are using in place of UUIDs. (They are kind of like Amazon's ARNs). I wanted to be able to use these are route keys, which works fine if I do some...
gcg created a comment on a pull request on laravel/framework
> @gcg wasn't this PR all about that you no longer need to give unique names? Still did not test ALL possible combinations but I was using the exact same example w/out giving unique names and af...

View on GitHub

mkubenka created a comment on an issue on laravel/framework
I noticed the issue was caused by a try/catch block in the database session handler, which silently suppresses the error: https://github.com/laravel/framework/blob/11.x/src/Illuminate/Session/Da...

View on GitHub

NickSdot created a comment on a pull request on laravel/framework
@gcg wasn't this PR all about that you no longer need to give unique names?

View on GitHub

chr15k starred laravel/framework
Belzee10 starred laravel/framework
royduin created a comment on a pull request on laravel/framework
Hey @browner12, do we needs some docs on this? Currently it's undocumented.

View on GitHub

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

AbdelrhmanUZaki starred laravel/framework
arttiger created a comment on an issue on laravel/framework
Thanks, i was using an Illuminate\Support\Collection. Changed to Illuminate\Database\Eloquent\Collection and work.

View on GitHub

arttiger closed an issue on laravel/framework
HasMany Relations break when using custom collections
### Laravel Version 11.28.1 ### PHP Version 8.3.12 ### Database Driver & Version PgSQL ### Description When using a custom collection on an eloquent model as suggested in [the ...
JaZo opened an issue on laravel/framework
Down command creates files when using cache driver for maintenance mode
### Laravel Version 11.23.5 ### PHP Version 8.2.24 ### Database Driver & Version _No response_ ### Description When you're using the cache based maintenance mode, Laravel still tries to crea...
Rifky-Maulana starred laravel/framework
faisal975Hexolt opened an issue on laravel/framework
Session Payload Size Issue with Database Driver
### Laravel Version 11 ### PHP Version 8.2.12 ### Database Driver & Version _No response_ ### Description I recently switched my session driver from "file" to "database," and I encountered...
ThanthonRueangboon starred laravel/framework
vladislavs-poznaks created a comment on a pull request on laravel/framework
Stumbled upon this pull request as with the recent addition of `CollectedBy` immediately thought about an attribute for a custom query as I tend to use custom query builders more than custom collec...

View on GitHub

Abduolimov03 starred 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

Load more