Ecosyste.ms: Timeline

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

laravel/framework

somambh starred laravel/framework
crynobone closed an issue on laravel/framework
BelongsTo Relations break when using custom collections
### Laravel Version 11.28.1 ### PHP Version 8.3.12 ### Database Driver & Version MariaDB 11.5.2 ### Description When using a custom collection on an eloquent model as suggested...
crynobone created a comment on an issue on laravel/framework
There no benefit of LazyCollection vs Collection here as Models will already been hydrated from database.

View on GitHub

OkKid-A forked laravel/framework

OkKid-A/Mi-laravel10

OkKid-A forked laravel/framework

OkKid-A/Mi-laravelframework

SlimGee created a comment on an issue on laravel/framework
I don't "really" need to use a LazyCollection, but the idea of generators being able to keep memory low got me interested, I wanted to see if I can instead have a `LazyCollection` for all models si...

View on GitHub

OkKid-A forked laravel/framework

OkKid-A/MiOlaKeHace

pawandhanda starred laravel/framework
rodrigopedra created a comment on an issue on laravel/framework
More concretely, can you share some of the code where you stumbled upon that error message?

View on GitHub

rodrigopedra created a comment on an issue on laravel/framework
You can try a PR. But I think it is very unlikely. Unless you provide clear use-cases, and benefits for maintaining the new class inheritance model. Actually, I don't see much of a benefit. Ther...

View on GitHub

mdariftiens opened a pull request on laravel/framework
fix typo $previousLCurrency to $previousCurrency for clarity and consistency
fix typo $previousLCurrency to $previousCurrency for clarity and consistency
SlimGee created a comment on an issue on laravel/framework
Would it be possible for Laravel to then expect an Eloquent Collection Contract instead of an instance of Eloquent Collection

View on GitHub

Raveloson887 starred laravel/framework
caendesilva created a comment on a pull request on laravel/framework
> _My opinion_ > > I think opening a file should be an option, like using the `-o` flag, instead of being the default behavior. > > Instead of having to modify the config file, we can detect ...

View on GitHub

rameezcds starred laravel/framework
wizzymore created a comment on an issue on laravel/framework
This was actually fixed in: https://github.com/laravel/framework/pull/53206 I did not know there was a `Js` class. I will close this and await the new release with this fix.

View on GitHub

wizzymore closed an issue on laravel/framework
Laravel breaking change js blade directive for collections
### Laravel Version 11.28.0 ### PHP Version 8.3.12 ### Database Driver & Version _No response_ ### Description Before 11.28.0 an empty collection passed to the @js blade directive will outpu...
wizzymore opened an issue on laravel/framework
Laravel breaking change js blade directive for collections
### Laravel Version 11.28.0 ### PHP Version 8.3.12 ### Database Driver & Version _No response_ ### Description Before 11.28.0 an empty collection passed to the @js blade directive will outpu...
macbookandrew created a comment on a pull request on laravel/framework
@taylorotwell I wonder if you would reconsider this one. I removed the changes to the `Arr::*` helper from #53234 so this focuses only on the session store, and updated to use `enum_value` instead ...

View on GitHub

bastien-phi created a comment on a pull request on laravel/framework
Thanks for your suggestions! I feel like using some existing environment variable to guess binary would be quite hard because : - some variable can be shared between different IDEs - some deve...

View on GitHub

romainds-tech starred laravel/framework
Walidhossam starred laravel/framework
Mueid009 starred 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

Load more