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
unrecognized bind variable :p3 passed to the bind with Oracle
### Laravel Version 11 ### PHP Version 8.2 ### Database Driver & Version Oracle ### Description Hi. i'm using the laravel 11 everything works well at MySQL but as soon as i ...
valorin created a comment on an issue on laravel/framework
All of that is a moot point while the normal registration flow requires a unique email address. You can tweak timings all you like on password reset, but it's easier to ask the registration form - ...

View on GitHub

timacdonald opened a pull request on laravel/framework
Improve query builder tests
Add additional tests to cover missing where + array usages.
donnyxray closed an issue on laravel/framework
dropForeign implementation for SQLite causes issues with dependent foreign keys
### Laravel Version 11.28.1 ### PHP Version 8.3.11 ### Database Driver & Version _No response_ ### Description The ```dropForeign``` implementation for SQLite apparently copies data into a t...
donnyxray opened an issue on laravel/framework
dropForeign implementation causes issues with dependent foreign keys
### Laravel Version 11.28.1 ### PHP Version 8.3.11 ### Database Driver & Version _No response_ ### Description The ```dropForeign``` implementation for SQLite apparently copies data into a t...
timacdonald created a review on a pull request on laravel/framework
Seems reasonable to me. The additional tags output shouldn't cause unintended side effects, but I would probably be looking for another solution that _felt right_ as well.

View on GitHub

shawnveltman created a comment on a pull request on laravel/framework
Hoping this (or something like it) can get introduced... I've got a lot of projects where I have a nullable field, and when searching need to add in separate queries for ->whereNull('column')->orWh...

View on GitHub

proff56 starred laravel/framework
ahmadmobaraki starred laravel/framework
mdariftiens opened 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...
MrPunyapal created a comment on a pull request on laravel/framework
btw it works with `@js(true)` out of the box.

View on GitHub

mceyran forked laravel/framework

mceyran/laravel-framework

d-damien created a comment on an issue on laravel/framework
@janzankowski randomness here does not prevent much if anything, since it is cancelled out by a simple average ([detail](https://security.stackexchange.com/questions/96489/can-i-prevent-timing-atta...

View on GitHub

onlime opened a pull request on laravel/framework
[11.x] Provide different Blade templates for html and text `MailMessage` notifications
Since Laravel v10.38 (see my PR #49407) we can easily send out notifications as plain text emails, using the `MailMessage::text()` helper method. But if we send out Markdown rendered HTML messages ...
M-khawar starred laravel/framework
aliaswpeu starred laravel/framework
zemzemi starred laravel/framework
crynobone created a comment on an issue on laravel/framework
Hey there, thanks for reporting this issue. We'll need more info and/or code to debug this further. Can you please create a repository with the command below, commit the code that reproduces the...

View on GitHub

crynobone created a comment on an issue on laravel/framework
Hey there, thanks for reporting this issue. We'll need more info and/or code to debug this further. Can you please create a repository with the command below, commit the code that reproduces the...

View on GitHub

arttiger opened an issue on laravel/framework
HasMany Relations break when using custom collections
### Laravel Version 11.28.1 ### PHP Version 8.3.12 ### Database Driver & Version PgSQL ### Description When using a custom collection on an eloquent model as suggested in [the docs here](htt...
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

crynobone closed an issue on laravel/framework
Readonly array param in constructor breaks job chaining
### Laravel Version 10.48.22 ### PHP Version 8.2.19 ### Database Driver & Version macos 14.6.1, Laravel Sail, MySQL 8.0.32 ### Description Using `readonly` with an `array` or a...
mohamedfathidev starred laravel/framework
kiranaryal starred laravel/framework
devmattic forked laravel/framework

devmattic/framework

itsmnthn starred laravel/framework
shawnveltman opened 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...
shawnveltman forked laravel/framework

shawnveltman/framework

danieleambrosino starred laravel/framework
Load more