Ecosyste.ms: Timeline

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

laravel/framework

bytestream created a comment on a pull request on laravel/framework
That's what I did first! I'm happy to have another look at that.

View on GitHub

taylorotwell reopened a pull request on laravel/framework
[11.x] Fix integrity constraint violation on failed_jobs_uuid_unique
Fixes #53230 Listeners are bound each time `Artisan::call('queue:work')` is called. That results in: * Job output being duplicated * If `DatabaseUuidFailedJobProvider` is used, then an integri...
taylorotwell created a comment on a pull request on laravel/framework
I wonder if this would be more easily solved with just a static variable in the `WorkCommand` class?

View on GitHub

taylorotwell closed a pull request on laravel/framework
[11.x] Fix integrity constraint violation on failed_jobs_uuid_unique
Fixes #53230 Listeners are bound each time `Artisan::call('queue:work')` is called. That results in: * Job output being duplicated * If `DatabaseUuidFailedJobProvider` is used, then an integri...
GianlucaApi96 opened a pull request on laravel/framework
added whenEmpty, unlessEmpty, whenIsset, unlessIsset methods in Build…
…er.php <!-- 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 shou...
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
[11.x] Added conditionals to routes.
This pull request introduces the Conditionable trait to the Laravel Route class, allowing developers to add conditional logic when defining routes. Consider the following: ``` Route::middleware...
github-actions[bot] pushed 1 commit to 11.x laravel/framework

View on GitHub

taylorotwell pushed 1 commit to 11.x laravel/framework
  • Add `$bind` parameter to `Blade::directive` (#53279) * Add `$bind` parameter to allow binding custom Blade directive... 63fb79d

View on GitHub

taylorotwell pushed 1 commit to master laravel/framework
  • Change Illuminate\Support\Composer hasPackage to public (#53282) 0d1e2d3

View on GitHub

taylorotwell closed a pull request on laravel/framework
Change Composer hasPackage to public
This method is not used in Composer class, and cannot access from outside. So, I change it's visibility to public.
taylorotwell closed a pull request on laravel/framework
BelongsToMany improvement: Filtering Queries Via Intermediate Table Columns in a Callback
For now, the only documented way to filter queries via Intermediate table columns — is to apply it while [defining relations](https://laravel.com/docs/10.x/eloquent-relationships#filtering-queries-...
yankewei forked laravel/framework

yankewei/framework

juliangums created a comment on an issue on laravel/framework
Also still breaking for me. Also fine on local but breaks on Forge server. `php artisan view:cache` also works on the server.

View on GitHub

Cyclops789 starred laravel/framework
christian-nielsen opened an issue on laravel/framework
Conditional (when helper) gives back Eloquent Builder instance inside the closure instead of the relationship instance
### Laravel Version 11.28.1 ### PHP Version 8.3 ### Database Driver & Version _No response_ ### Description Inside the when closure you will not get a relationship instance, so any specific ...
MannikJ created a comment on a pull request on laravel/framework
I have been using custom query builders for years now as well as custom collections, but if I had to decide which one of them to choose I would go for the builders all the time. Custom builders are...

View on GitHub

github-actions[bot] created a comment on a pull request on laravel/framework
Thanks for submitting a PR! Note that draft PR's are not reviewed. If you would like a review, please mark your pull request as ready for review in the GitHub user interface. Pull requests that a...

View on GitHub

Cellard opened a draft pull request on laravel/framework
BelongsToMany improvement: Filtering Queries Via Intermediate Table Columns in a Callback
For now, the only documented way to filter queries via Intermediate table columns — is to apply it while [defining relations](https://laravel.com/docs/10.x/eloquent-relationships#filtering-queries-...
zakariaarrid created a comment on an issue on laravel/framework
@MohammadZarifiyan try using HTML encoding for the pipe for _**quick solution**_ `trans_choice('home.greeting', 0, ['name' => 'Alex &#124; Moi']);`

View on GitHub

leoneljdias starred laravel/framework
richrawlings created a comment on an issue on laravel/framework
+1 here too

View on GitHub

Xb9NI0 starred laravel/framework
hzxhlj starred laravel/framework
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

MohammadZarifiyan opened an issue on laravel/framework
Interference character | (Straight line) In trans_choice function
### Laravel Version 11.29 ### PHP Version 8.1 ### Database Driver & Version _No response_ ### Description When I use `trans_choice` and use straight line symbol (**|**) in the parameters, it...
MohammadZarifiyan created a comment on an issue on laravel/framework
> Hey there, > > Unfortunately we don't support this version of the library anymore. Please check out [our support policy](https://laravel.com/docs/releases) on which versions we are currently s...

View on GitHub

crynobone created a comment on an issue on laravel/framework
However, feel free to send a fix to `11.x` branch if you are able to do so.

View on GitHub

crynobone created a comment on a pull request on laravel/framework
Marking as draft since tests are failing. This probably due to breaking change introduced in this PR.

View on GitHub

crynobone closed an issue on laravel/framework
Interference character | (Straight line) In trans_choice function
### Laravel Version 9.24 ### PHP Version 8.1 ### Database Driver & Version _No response_ ### Description When I use `trans_choice` and use straight line symbol (**|**) in the parameters, it ...
Load more