-
Notifications
You must be signed in to change notification settings - Fork 11.7k
Comparing changes
Open a pull request
base repository: laravel/framework
base: v12.37.0
head repository: laravel/framework
compare: 12.x
- 13 commits
- 24 files changed
- 11 contributors
Commits on Nov 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1751d2c - Browse repository at this point
Copy the full SHA 1751d2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 810d6f4 - Browse repository at this point
Copy the full SHA 810d6f4View commit details
Commits on Nov 5, 2025
-
[12.x] model:show command prompt for missing input with model suggest…
…ion (#57671) * Refactor GeneratorCommand and ShowModelCommand to use InteractsWithModels trait for model interaction. Moved possibleModels method to the new trait for better code organization. * formatting and type improvements * formatting * formatting --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
Configuration menu - View commit details
-
Copy full SHA for 7f98d12 - Browse repository at this point
Copy the full SHA 7f98d12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08f12a0 - Browse repository at this point
Copy the full SHA 08f12a0View commit details -
[12.x] Introduce
WithCachedRoutestesting trait (#57623)* with cached routes * clean up * clean up * try to guess how Taylor would format it * compile to array * Update WithCachedRoutes.php * I think this is better * comments * lighter check first * static * formatting --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
Configuration menu - View commit details
-
Copy full SHA for 08c1f93 - Browse repository at this point
Copy the full SHA 08c1f93View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7e7c8c - Browse repository at this point
Copy the full SHA a7e7c8cView commit details
Commits on Nov 6, 2025
-
[12.x] Add missing separators to
Stringable::ucwords(#57688)* add missing separators to Stringable `ucwords` * Update Stringable.php --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
Configuration menu - View commit details
-
Copy full SHA for 8cc0f32 - Browse repository at this point
Copy the full SHA 8cc0f32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89b94b9 - Browse repository at this point
Copy the full SHA 89b94b9View commit details -
fix phpdoc return type of HasAttributes::getArrayAttributeWithValue (#…
…57691) Change incorrect phpdoc from `@return $this` to `@return array`
Configuration menu - View commit details
-
Copy full SHA for 48fbe21 - Browse repository at this point
Copy the full SHA 48fbe21View commit details
Commits on Nov 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 32650e9 - Browse repository at this point
Copy the full SHA 32650e9View commit details -
[12.x] add SQLite support for whereNotMorphedTo method (#57698)
* add SQLite support for whereNotMorphedTo method * Converts <=> operator to SQLite's IS operator in SQLiteGrammar
Configuration menu - View commit details
-
Copy full SHA for 9d47f3e - Browse repository at this point
Copy the full SHA 9d47f3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1649db - Browse repository at this point
Copy the full SHA f1649dbView commit details -
[12.x] Introduce
WithCachedConfigtesting trait (#57663)* with cached routes * clean up * clean up * try to guess how Taylor would format it * compile to array * Update WithCachedRoutes.php * I think this is better * comments * lighter check first * static * formatting * wip * WithCachedConfig * thanks static analysis * Update TestCase.php * Update WithCachedConfig.php * Update TestCase.php * formatting * Update WithCachedConfig.php --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
Configuration menu - View commit details
-
Copy full SHA for cafe1ac - Browse repository at this point
Copy the full SHA cafe1acView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v12.37.0...12.x