Ecosyste.ms: Timeline

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

laravel/framework

crynobone 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 support...

View on GitHub

gcg created a comment on a pull request on laravel/framework
> Please let us know what you find out. My gut feeling is that your previous set up, sharing the same keys, was likely not working as expected even if it seemed to be working. yeah, you are prob...

View on GitHub

MohammadZarifiyan opened 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 ...
crynobone pushed 1 commit to php84 laravel/framework

View on GitHub

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

View on GitHub

higemaniya starred laravel/framework
pkeogan created a comment on a pull request on laravel/framework
@JackWH Thank you for this PR, I came to the same conclusion you did after having the same issue. Glad to see your PR made it into `v11.29.0`

View on GitHub

buihanh2304 created a comment on a pull request on laravel/framework
@rodrigopedra I understood. I will change target branch to master.

View on GitHub

rodrigopedra created a comment on a pull request on laravel/framework
> How can they use the method without create a new class extends Illuminate\Support\Composer, and then call to the method in that class? That is how. And if, for some reason, they are overriding...

View on GitHub

crynobone pushed 28 commits to master laravel/framework
  • wip 0124751
  • Update version to v10.48.22 c4ea52b
  • Update CHANGELOG 1b3ef8f
  • Ensure headers are only attached to illuminate responses (#53019) 646520a
  • Update CHANGELOG 94f5888
  • [11.x] Component name guessing with prefix (#53183) * Component name guessing with prefix * Style * formatting... a6b0541
  • [11.x] Allow list of rate limiters without requiring unique keys (#53177) * Ensure rate limits have unique keys *... 9867436
  • Add directive @bool to Blade (#53179) * Add directive @bool to Blade Add @bool directive functionality to Blade, ... 5c9cb78
  • [11.x] Fixes handling `Js::from(collect());` (#53206) Signed-off-by: Mior Muhammad Zaki <[email protected]> f7e2fab
  • fix doc (#53211) 288564d
  • [11.x] fix PHPDoc for \Illuminate\Database\Connection (#53212) * fix phpdoc * fix int -> float 4b0e358
  • Include class-string generics for Validator::$exception (#53210) d2895c7
  • Remove a few useless return void statements. (#53225) a37b40b
  • [11.x] Fixes phpdoc type of Number::forHumans() (#53218) 3ee3ad9
  • [11.x] Fix handling exceptions thrown in eval()'d code (#53204) * [11.x] Fix handling exceptions thrown in eval()'d ... 5a9886c
  • Merge remote-tracking branch 'upstream/10.x' into 11.x Signed-off-by: Mior Muhammad Zaki <[email protected]> 3807ec7
  • [11.x] Allow using `castAsJson()` on non default db connection during test (#53256) * [11.x] Allow using `castAsJson... ebd5b6e
  • Improve query builder tests (#53251) * Improve query builder tests * Lint f776438
  • [11.x] Fix incorrect bindings in DB::update when using a collection as a value (#53254) * [11.x] Fix incorrect bindi... 2044605
  • fix: EloquentCollection find and unique generics (#53239) 6247370
  • and 8 more ...

View on GitHub

agustinzamar created a comment on an issue on laravel/framework
I just tried using `cast()` like `cast(COALESCE(promotional_price, price) as float)` and worked. It does seem odd the need to cast since the values are already SQLites's `numeric` type

View on GitHub

BaldrD forked laravel/framework

BaldrD/framework

buihanh2304 created a comment on a pull request on laravel/framework
@buismaarten How can they use the method without create a new class extends `Illuminate\Support\Composer`, and then call to the method in that class?

View on GitHub

rodrigopedra created a comment on an issue on laravel/framework
> works just fine when ran directly against the DB. Which DB? (MySQL, MariaDB, Postgres, SQL Server?) Also, - Is your SQLite database seeded? - Is there any output if you run the genera...

View on GitHub

BaldrD forked laravel/framework

BaldrD/framework

BaldrD forked laravel/framework

BaldrD/framework

agustinzamar opened an issue on laravel/framework
Coalesce not working on SQLite
### Laravel Version v11.14.0 ### PHP Version 8.3.12 ### Database Driver & Version SQLite on Herd for macOS 1.11.1 ### Description The functions `COALESCE` and `IFNULL` do not work properly ...
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

timacdonald created a comment on a pull request on laravel/framework
And sorry for the troubles!

View on GitHub

timacdonald created a comment on a pull request on laravel/framework
Thanks for letting us know, @gcg. Please let us know what you find out. My gut feeling is that your previous set up, sharing the same keys, was likely not working as expected even if it seemed t...

View on GitHub

buismaarten created a comment on a pull request on laravel/framework
May be a breaking change when someone is using the method in their application.

View on GitHub

buihanh2304 forked laravel/framework

buihanh2304/framework

clayathan starred laravel/framework
ichbinbobby starred laravel/framework
browner12 created a comment on a pull request on laravel/framework
> Hey @browner12, do we needs some docs on this? Currently it's undocumented. yup, was just thinking about that today. i'll get on it

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 detailed error handling in non-production environments for verifyUserCanAccessChannel method
**Summary:** This PR modifies the `verifyUserCanAccessChannel` method to provide more informative error messages when the application is not in production, helping with debugging during developmen...
Load more