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: v8.0.4
Choose a base ref
...
head repository: laravel/framework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.1.0
Choose a head ref
  • 16 commits
  • 6 files changed
  • 7 contributors

Commits on Sep 11, 2020

  1. Configuration menu
    Copy the full SHA
    66ee018 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e65ac91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95e8d76 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ad001a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b1e47e4 View commit details
    Browse the repository at this point in the history
  6. [8.x] Optimize command can also cache events and view (#34287)

    * Optimize command should also cache events and view
    
    The optimize command should perform all possible caching so that the server shows least time in fetching resources.
    
    * Update OptimizeCommand.php
    
    * Update OptimizeCommand.php
    
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    hameesakhan and taylorotwell authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    14726eb View commit details
    Browse the repository at this point in the history
  7. formatting

    taylorotwell committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    69072c7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    31e1c84 View commit details
    Browse the repository at this point in the history
  9. formatting

    taylorotwell committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    96c79c9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fa7c913 View commit details
    Browse the repository at this point in the history
  11. [8.x] Add the Countable interface to AssertableJsonString (#34284)

    * [8.x] Add the Countable interface to AssertableJsonString
    
    This pr adds the Countable interface to the new `Illuminate\Testing\AssertableJsonString`. This adds downgrade compatibility to tests counting the decoded json response:
    
    ```php
    $this->assertCount(1, $response->decodeJsonResponse());
    ```
    
    * Apply fixes from StyleCI
    cbl authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    463bdd9 View commit details
    Browse the repository at this point in the history
  12. update comment

    taylorotwell committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    315505c View commit details
    Browse the repository at this point in the history
  13. formatting

    taylorotwell committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    a80aafa View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    31de8d6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e5af441 View commit details
    Browse the repository at this point in the history
  16. version

    taylorotwell committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    d769a49 View commit details
    Browse the repository at this point in the history
Loading