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/sail
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.20.2
Choose a base ref
...
head repository: laravel/sail
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.21.0
Choose a head ref
  • 3 commits
  • 3 files changed
  • 4 contributors

Commits on Feb 14, 2023

  1. Update CHANGELOG

    driesvints authored and github-actions[bot] committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    304e349 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. [1.x] Add sail open command. (#551)

    * Add `sail open` to open the `APP_URL` on the browser.
    
    * Update sail
    
    * Update sail
    
    ---------
    
    Co-authored-by: Taylor Otwell <[email protected]>
    xiCO2k and taylorotwell authored Feb 15, 2023
    Configuration menu
    Copy the full SHA
    d988191 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Update keyring path to new default recommendation (#552)

    The new recommended path for keyrings is /etc/apt/keyrings.
    
    See https://manpages.ubuntu.com/manpages/jammy/man8/apt-key.8.html (under Deprecation > Recommended)
    
    Docker (for example) has also updated their recommended keyring location: https://docs.docker.com/engine/install/ubuntu/
    binaryfire authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    758a914 View commit details
    Browse the repository at this point in the history
Loading