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

taylorotwell closed a pull request on laravel/framework
feat(Number): add fraction() method to convert decimals to fractions
- Introduced a new `fraction()` method that converts decimal numbers to reduced fractional form. - Supports precision control to handle rounding and accurate conversion of decimal numbers to fract...
taylorotwell pushed 1 commit to 11.x laravel/framework
  • Improve query builder tests (#53251) * Improve query builder tests * Lint f776438

View on GitHub

taylorotwell closed a pull request on laravel/framework
Improve query builder tests
Add additional tests to cover missing where + array usages.
taylorotwell pushed 1 commit to fixes-53226-1 laravel/framework

View on GitHub

taylorotwell deleted a branch laravel/framework

feature-cast-as-json-connection

taylorotwell pushed 1 commit to 11.x laravel/framework
  • [11.x] Allow using `castAsJson()` on non default db connection during test (#53256) * [11.x] Allow using `castAsJson... ebd5b6e

View on GitHub

taylorotwell closed a pull request on laravel/framework
[11.x] Allow using `castAsJson()` on non default db connection during test
<!-- Please only send a pull request to branches that are currently supported: https://laravel.com/docs/releases#support-policy If you are unsure which branch your pull request should be s...
malkhazidartsmelidze created a comment on a pull request on laravel/framework
Hello laravel team. This pull request was marked as "ready for review" 5 days ago. Can anyone tell me if this is missing something to start a review process?

View on GitHub

Afrowson created a comment on an issue on laravel/framework
@taylorotwell We also relied on this "feature" since 2021... now we have to fix our code... that is OK. I can see why it was a "bug" but please... if you decide to not revert the breaking change, a...

View on GitHub

Afrowson created a comment on a pull request on laravel/framework
@taylorotwell We also relied on this "feature" since 2021... now we have to fix our code... that is OK. I can see why it was a "bug" but please... if you decide to not revert the breaking change, ...

View on GitHub

l33tx0 starred laravel/framework
tzorzo starred laravel/framework
SlimGee created a comment on an issue on laravel/framework
I was using an `Illuminate\Support\LazyCollection`

View on GitHub

rodrigopedra created a comment on an issue on laravel/framework
Make sure your `App\Collections\PostCollection` extends `Illuminate\Database\Eloquent\Collection`

View on GitHub

rodrigopedra created a comment on an issue on laravel/framework
Make sure your `UserCollection` extends `Illuminate\Database\Eloquent\Collection`.

View on GitHub

crynobone closed an issue on laravel/framework
laravel authentication Vite manifest file issue
### Laravel Version 11.28.1 ### PHP Version 8.2.13 ### Database Driver & Version 8.2.0 ### Description Error: Internal Server Error - Unable to locate file in Vite manifest: resources/css/a...
Yakiniku672 starred laravel/framework
NickSdot created a comment on a pull request on laravel/framework
> Instead of having to modify the config file, we can detect the terminal by using environment variables. For example, echo `$TERM_PROGRAM` will give us the terminal name (e.g., for **Visual Studio...

View on GitHub

parasshah438 opened an issue on laravel/framework
laravel authentication Vite manifest file issue
### Laravel Version 11.28.1 ### PHP Version 8.2.13 ### Database Driver & Version 8.2.0 ### Description Error: Internal Server Error - Unable to locate file in Vite manifest: resources/css/a...
tahersouissi starred laravel/framework
Sajid-al-islam created a comment on an issue on laravel/framework
created a PR but, but as queue and unqueue is part of the interface / contract it can't be changed on a patch release

View on GitHub

crynobone pushed 1 commit to feature-cast-as-json-connection laravel/framework

View on GitHub

crynobone opened a draft pull request on laravel/framework
[11.x] Allow using `castAsJson()` on non default db connection during test
<!-- Please only send a pull request to branches that are currently supported: https://laravel.com/docs/releases#support-policy If you are unsure which branch your pull request should be s...
crynobone created a branch on laravel/framework

feature-cast-as-json-connection - The Laravel Framework.

Sopamo created a review comment on a pull request on laravel/framework
I think it's problematic though that the behaviour is somewhat undefined when passing in a collection (or at least very unexpected), especially as I think many devs don't actively differentiate bet...

View on GitHub

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

View on GitHub

rodrigopedra created a review comment on a pull request on laravel/framework
You're right. And it is easy enough for someone to just add `collect(...)->all()` on the call-site

View on GitHub

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

View on GitHub

Load more