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

Commits on Dec 9, 2021

  1. Delete web.config (laravel#5744)

    During a security audit one of the few recommendations they made was to remove or limit access to web.config.
    
    Since this is mainly used by Microsoft IIS server it isn't necessary for most Laravel projects and could be added if someone is using Microsoft server.
    underwood authored Dec 9, 2021
    Configuration menu
    Copy the full SHA
    4bc502b View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

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

Commits on Dec 16, 2021

  1. Simplify the maintenance file call (laravel#5752)

    * Simplify the maintenance file call
    
    * Update index.php
    
    Co-authored-by: Taylor Otwell <[email protected]>
    zerosdev and taylorotwell authored Dec 16, 2021
    Configuration menu
    Copy the full SHA
    472d31e View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

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

Commits on Dec 20, 2021

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

Commits on Dec 22, 2021

  1. Update CHANGELOG.md

    driesvints committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    56a73db View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. Update README.md

    taylorotwell authored Jan 6, 2022
    Configuration menu
    Copy the full SHA
    8d08717 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. fix spacing

    taylorotwell committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    5ae2f24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    926c48e View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. Fix alphabetical order

    emaia authored Feb 3, 2022
    Configuration menu
    Copy the full SHA
    9051a02 View commit details
    Browse the repository at this point in the history
  2. Merge pull request laravel#5795 from emaia/patch-1

    Fix alphabetical order
    driesvints authored Feb 3, 2022
    Configuration menu
    Copy the full SHA
    9477122 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    096638e View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2022

  1. Added missing dot in required_array_keys validation rule (laravel#5798

    )
    Andrey Helldar authored Feb 6, 2022
    Configuration menu
    Copy the full SHA
    4c5b774 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. [8.x] Auto update changelog file with a new release (laravel#5801)

    * Create update-changelog.md
    
    * Update .gitattributes
    
    * Rename update-changelog.md to update-changelog.yml
    driesvints authored Feb 8, 2022
    Configuration menu
    Copy the full SHA
    79805bc View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    driesvints authored and actions-user committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    4c6186a View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Fix .gitattributes consistency with .editorconfig (laravel#5802)

    `lf` EOL is defined in `.editorconfig` but missed in `.gitattributes`, so here is the fix.
    This little fix helps keep the EOL consistent across the project and ensures it doesn't get messed up by GitHub Desktop or any other GIT client.
    ThisGitHubUsernameWasAvailable authored Feb 9, 2022
    Configuration menu
    Copy the full SHA
    207a23e View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

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

Commits on Apr 12, 2022

  1. Configuration menu
    Copy the full SHA
    843a4f8 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    driesvints authored and actions-user committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    78ad150 View commit details
    Browse the repository at this point in the history
Loading