8000 Comparing v12.37.0...12.x · laravel/framework · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: laravel/framework
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v12.37.0
Choose a base ref
...
head repository: laravel/framework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 12.x
Choose a head ref
  • 13 commits
  • 24 files changed
  • 11 contributors

Commits on Nov 4, 2025

  1. Update CHANGELOG

    taylorotwell authored and github-actions[bot] committed Nov 4, 2025
    Configuration menu
    Copy the full SHA
    1751d2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    810d6f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2025

  1. [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>
    mrazinshaikh and taylorotwell authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    7f98d12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08f12a0 View commit details
    Browse the repository at this point in the history
  3. [12.x] Introduce WithCachedRoutes testing 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>
    cosmastech and taylorotwell authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    08c1f93 View commit details
    Browse the repository at this point in the history
  4. Apply fixes from StyleCI

    StyleCIBot committed Nov 5, 2025
    Configuration menu
    Copy the full SHA
    a7e7c8c View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2025

  1. [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>
    kichetof and taylorotwell authored Nov 6, 2025
    Configuration menu
    Copy the full SHA
    8cc0f32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89b94b9 View commit details
    Browse the repository at this point in the history
  3. fix phpdoc return type of HasAttributes::getArrayAttributeWithValue (#…

    …57691)
    
    Change incorrect phpdoc from `@return $this` to `@return array`
    chuckadams authored Nov 6, 2025
    Configuration menu
    Copy the full SHA
    48fbe21 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2025

  1. Configuration menu
    Copy the full SHA
    32650e9 View commit details
    Browse the repository at this point in the history
  2. [12.x] add SQLite support for whereNotMorphedTo method (#57698)

    * add SQLite support for whereNotMorphedTo method
    
    * Converts <=> operator to SQLite's IS operator in SQLiteGrammar
    faisuc authored Nov 7, 2025
    Configuration menu
    Copy the full SHA
    9d47f3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1649db View commit details
    Browse the repository at this point in the history
  4. [12.x] Introduce WithCachedConfig testing 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>
    cosmastech and taylorotwell authored Nov 7, 2025
    Configuration menu
    Copy the full SHA
    cafe1ac View commit details
    Browse the repository at this point in the history
Loading
0