Thanks to visit codestin.com
Credit goes to github.com

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: 11.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 6 files changed
  • 6 contributors

Commits on Mar 28, 2025

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

Commits on Aug 18, 2025

  1. wip

    taylorotwell committed Aug 18, 2025
    Configuration menu
    Copy the full SHA
    cc55714 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2025

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

Commits on Sep 18, 2025

  1. Configuration menu
    Copy the full SHA
    154e23e View commit details
    Browse the repository at this point in the history
  2. wip

    taylorotwell committed Sep 18, 2025
    Configuration menu
    Copy the full SHA
    d659fda View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2025

  1. Update controllers.md to correct HasMiddleware documentation (#10847)

    There is a note just under this section that states that the `Illuminate\Routing\Controllers\HasMiddleware` contract cannot be used in conjunction with ` App\Http\Controllers\Controller` yet the example itself has the class extending `Controller`.
    
    I can confirm that if the class extends `Controller` you will get an error:
    
    "Cannot make non static method Illuminate\Routing\Controller::middleware() static in class App\Http\Controllers\ArticleController"
    
    This correction is applicable to documentation for Laravel 11.x and up.
    BrandonSurowiec authored Oct 7, 2025
    Configuration menu
    Copy the full SHA
    8815bf7 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2025

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