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
add support for BackedEnums to session
Similar to https://github.com/laravel/framework/pull/52677, https://github.com/laravel/framework/pull/52679, and https://github.com/laravel/framework/pull/52792, using enums improves code readabili...
taylorotwell closed a pull request on laravel/framework
[11.x] Refactor `NotIn` rule to extend `In` rule
This PR refactors the `NotIn` validation rule to extend the existing `In` rule. By doing so, it leverages the shared logic from the `In` rule, while only overriding the `$rule` property to set it t...
macbookandrew created a review on a pull request on laravel/framework

View on GitHub

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
Add whereEmpty and whereNotEmpty methods to Query Builder
This PR introduces new methods to the Query Builder to check if a column is empty (null or an empty string): - `whereEmpty()` - `orWhereEmpty()` - `whereNotEmpty()` - `orWhereNotE...
taylorotwell created a comment on a pull request on laravel/framework
I think the whole point of the Markdown feature was to automatically handle the text stuff for you.

View on GitHub

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

Load more