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: v10.38.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: v10.38.1
Choose a head ref
  • 7 commits
  • 12 files changed
  • 8 contributors

Commits on Dec 19, 2023

  1. Update CHANGELOG

    driesvints authored and github-actions[bot] committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    ee059bb View commit details
    Browse the repository at this point in the history
  2. [10.x] Adds support for parse callbacks from anonymous classes (#49432)

    * Adds support for anonymous classes callbacks
    
    * Apply fixes from StyleCI
    
    ---------
    
    Co-authored-by: StyleCI Bot <[email protected]>
    nunomaduro and StyleCIBot authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    b0ed9e1 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Revert "[10.x] Drop the primary key if it exists when adding a new pr…

    …imary key (#49392)" (#49448)
    
    This reverts commit be24812.
    taylorotwell authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    cec9e98 View commit details
    Browse the repository at this point in the history
  2. [10.x] Fix installing DBAL on a fresh app (#49438)

    * Update composer.json
    
    * Update composer.json
    
    Co-authored-by: Dries Vints <[email protected]>
    
    ---------
    
    Co-authored-by: Taylor Otwell <[email protected]>
    Co-authored-by: Dries Vints <[email protected]>
    3 people authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    c41b5b5 View commit details
    Browse the repository at this point in the history
  3. [10.x] Add method to create request (#49446)

    * add method to create request
    
    * formatting
    
    ---------
    
    Co-authored-by: Taylor Otwell <[email protected]>
    dododedodonl and taylorotwell authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    6c5af17 View commit details
    Browse the repository at this point in the history
  4. [10.x] Move Illuminate\Foundation\Application::joinPaths() to `Illu…

    …minate\Filesystem\join_paths()` (#49433)
    
    * Move `Illuminate\Foundation\Application::joinPaths()` to
    `Illuminate\Filesystem\join_paths()`
    
    Signed-off-by: Mior Muhammad Zaki <[email protected]>
    
    * wip
    
    Signed-off-by: Mior Muhammad Zaki <[email protected]>
    
    * wip
    
    Signed-off-by: Mior Muhammad Zaki <[email protected]>
    
    * wip
    
    Signed-off-by: Mior Muhammad Zaki <[email protected]>
    
    * formatting
    
    ---------
    
    Signed-off-by: Mior Muhammad Zaki <[email protected]>
    Co-authored-by: Taylor Otwell <[email protected]>
    crynobone and taylorotwell authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    26281bd View commit details
    Browse the repository at this point in the history
  5. patch

    taylorotwell committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    ced4689 View commit details
    Browse the repository at this point in the history
Loading