Ecosyste.ms: Timeline

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

laravel/framework

BrixGab starred laravel/framework
crynobone created a comment on a pull request on laravel/framework
Marking as draft since tests are failing

View on GitHub

Rezkybanh forked laravel/framework

Rezkybanh/framework

mjauvin opened a 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.
mjauvin forked laravel/framework

mjauvin/laravel-framework

rodrigopedra created a comment on an issue on laravel/framework
> but the idea of generators being able to keep memory low got me interested Well, they will only keep memory low if being used, as @crynobone said, that is not the case with Eloquent as it hyd...

View on GitHub

ahnshy starred 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
Load more