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.24.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: v12.25.0
Choose a head ref
  • 13 commits
  • 22 files changed
  • 9 contributors

Commits on Aug 13, 2025

  1. Update CHANGELOG

    taylorotwell authored and github-actions[bot] committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    1effcff View commit details
    Browse the repository at this point in the history
  2. [12.x] Prioritize Current Schema When Resolving the Table Name in `db…

    …:table` Command (#56646)
    
    * make db:table respect schemas search path
    
    * force re-run tests
    hafezdivandari authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    d8f38d8 View commit details
    Browse the repository at this point in the history
  3. [12.x] Add allowedUrls through preventStrayRequests (#56645)

    * 👷‍♂️ Support allowed Urls through StrayRequest
    
    * 🧪 Add test for allowedUrls
    
    * 🧹 Remove comment
    
    * 🧪 Add missing test to Facade
    
    * formatting
    
    * Update PendingRequest.php
    
    ---------
    
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    rabrowne85 and taylorotwell authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    a97fa06 View commit details
    Browse the repository at this point in the history
  4. Update facade docblocks

    taylorotwell authored and github-actions[bot] committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    6d26643 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2025

  1. [12.x] Add "Copy as Markdown" button to error page (#56657)

    * Add copy as markdown button
    
    * change order
    
    * Add PHP and Laravel version information
    
    * Update markdown.blade.php
    
    ---------
    
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    mpociot and taylorotwell authored Aug 14, 2025
    Configuration menu
    Copy the full SHA
    4698035 View commit details
    Browse the repository at this point in the history
  2. formatting

    taylorotwell committed Aug 14, 2025
    Configuration menu
    Copy the full SHA
    873927b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2a0ff6 View commit details
    Browse the repository at this point in the history
  4. formatting

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

Commits on Aug 15, 2025

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

Commits on Aug 17, 2025

  1. [12.x] Fix prevent group attribute pollution in schedule (#56677)

    * fix: prevent group attribute pollution in schedule
    
    Use clone to ensure group attributes are isolated and not affected by reference issues.
    
    Fixes: #56497
    
    * test: add grouped schedule execution tests with time-based scenarios
    People-Sea authored Aug 17, 2025
    Configuration menu
    Copy the full SHA
    7796b9b View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2025

  1. Add new mergeVisible, mergeHidden and mergeAppends methods. (#5…

    …6678)
    
    * Add new mergeVisible, mergeHidden and mergeAppends methods.
    
    * Spelling error
    
    * Style fixes
    jonerickson authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    5073f78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ee2ba9 View commit details
    Browse the repository at this point in the history
Loading