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/docs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 12.x
Choose a base ref
...
head repository: laravel/docs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 10.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 11 files changed
  • 11 contributors

Commits on Apr 8, 2024

  1. [10.x] Refines Reverb documentation (#9566)

    * differentiate variables
    
    * typo
    joedixon authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    72e0348 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. [10.x] Mention the LARAVEL_STORAGE_PATH env var (#9612)

    * [10.x] Mention the LARAVEL_STORAGE_PATH env var
    
    * Update structure.md
    
    ---------
    
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    dunglas and taylorotwell authored May 1, 2024
    Configuration menu
    Copy the full SHA
    5a5a6b9 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Refactor: Update namespace from \App\Order to \App\Models\Order in Or… (

    #9637)
    
    * Refactor: Update namespace from \App\Order to \App\Models\Order in OrderShipmentStatusUpdated event
    
    * Delete .idea/workspace.xml
    
    ---------
    
    Co-authored-by: raisulhridoy <raisul.riseuplabs@gmail.com>
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    3 people authored May 6, 2024
    Configuration menu
    Copy the full SHA
    eb47405 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    9d1f50b View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. [10.x] Remove the beta flag for reverb (#9756)

    * Update reverb.md
    
    * Update broadcasting.md
    
    * Update reverb.md
    
    * Update broadcasting.md
    HajMo authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    25ab5b2 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Header fixes (#9852)

    timacdonald authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    f05a413 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. [10.x]: Updated Http fake method callback signature to include opti…

    …ons array (#10000)
    
    * [10.x]: Updated Http `fake` method callback signature to include options array
    
    Sometimes we need to access the PendingRequest options like the timeout value in a test case, hopefully this could save someone else time in the future
    
    * Update http-client.md
    
    ---------
    
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    CaddyDz and taylorotwell authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    7e31f27 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2025

  1. Update installation.md (#10129)

    * Update installation.md
    
    composer create-project command will return an error if laravel/laravel:^10.0 isn't inside quotes, fixed.
    
    * Update installation.md
    
    ---------
    
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    muba00 and taylorotwell authored Jan 22, 2025
    Configuration menu
    Copy the full SHA
    4a2567e View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. update api docs

    taylorotwell committed Feb 24, 2025
    Configuration menu
    Copy the full SHA
    9153865 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2025

  1. backport Laravel 11 dates to Laravel 10 docs (#10460)

    This takes the latest dates from the Laravel 12 docs as they pertain to version 11 release and support dates and updates them in the Laravel 10 details
    BinaryKitten authored May 28, 2025
    Configuration menu
    Copy the full SHA
    ac2e257 View commit details
    Browse the repository at this point in the history
Loading