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

Commits on Jan 31, 2023

  1. Update CHANGELOG

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

Commits on Feb 1, 2023

  1. Use symfony/yaml, new Soketi service, and new sail:add command (#532)

    * Adds symfony/yaml for easier manipulation of Yaml files
    
    * Extracts docker-compose service methods to trait, adds the sail:add command, and uses symfony/yaml
    
    * Tweaks
    
    * Fix -1 index as default throws an error
    
    * Adds Soketi
    
    * Adds handle method docblocks
    
    * Tweaks symfony/yaml version to match other Core dependencies
    
    * Default to the first service
    
    * Tweaks the services merge
    
    * Fix arm CPU arch detection
    
    * Capitalize Sail
    
    * Only apply env variable changes when setting up the specific services
    
    * formatting
    
    ---------
    
    Co-authored-by: Taylor Otwell <[email protected]>
    tonysm and taylorotwell authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    6f19af8 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. Move settings into customizations.vscode (#542)

    * Move settings into customizations.vscode
    
    * Remove trailing comma
    Kyzegs authored Feb 5, 2023
    Configuration menu
    Copy the full SHA
    65dc055 View commit details
    Browse the repository at this point in the history
Loading