Ecosyste.ms: Timeline

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

laravel/framework

crynobone closed an issue on laravel/framework
Concurrency facade not binding properly
### Laravel Version 11.28.1 ### PHP Version 8.3.12 ### Database Driver & Version _No response_ ### Description The new Concurrency package does not work in a Laravel 9 application that was g...
johanrosenson created a comment on a pull request on laravel/framework
I don't think that file is even required for the file based maintenance driver any longer. Since the real checks are done in [Middleware/PreventRequestsDuringMaintenance.php](https://github.com...

View on GitHub

bastien-phi created a comment on a pull request on laravel/framework
Thanks @gvsrepins ! I added the config but it's bound to an environment variable (see https://github.com/laravel/laravel/pull/6477)

View on GitHub

gvsrepins created a comment on a pull request on laravel/framework
I like this a lot. It is a handy feature indeed that can improve DX. Regarding the editor configuration, I think it should not be in the `config/app.php` because multiple developers can use diff...

View on GitHub

koti42 starred laravel/framework
Airgerr created a comment on an issue on laravel/framework
> Yes it was fixed I think not: click on the PR, scroll down... read: "this PR has been reverted due to breaking change with existing application." I'm still manually bootstrapping at the moment.

View on GitHub

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

bytestream opened a draft 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, and if `DatabaseUuidFailedJobProvider` is used, then when a failed job occurs it tries to add it to the databa...
neringaLi starred laravel/framework
voncleaudtwyck starred laravel/framework
idimetrix starred laravel/framework
limit503 forked laravel/framework

limit503/framework

einsuasty0 forked laravel/framework

einsuasty0/framework

einsuasty0 starred laravel/framework
omergy created a comment on an issue on laravel/framework
Thanks for fixing this!

View on GitHub

jriveraan forked laravel/framework

jriveraan/framework

jriveraan starred laravel/framework
faisal975232 created a comment on an issue on laravel/framework
is this issue solved .. I have this issue .. do not know how to overcome .. need help

View on GitHub

Aleinadsf starred laravel/framework
MaydaySun starred 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
Load more