Skip to content

Commit

Permalink
Add Windows (Powershell) support
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterWoshid committed Feb 11, 2024
1 parent 3047e1a commit 3aa9554
Show file tree
Hide file tree
Showing 4 changed files with 691 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/1_Bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ body:
description: What operating system are you using? Any OS not listed here is currently not supported.
options:
- macOS
- Windows (PowerShell)
- Windows (WSL)
- Linux
validations:
Expand All @@ -54,4 +55,4 @@ body:
description: Provide detailed steps to reproduce your issue. If necessary, please provide a GitHub repository to demonstrate your issue using `laravel new bug-report --github="--public"`.
validations:
required: true

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

## Introduction

Sail provides a Docker powered local development experience for Laravel that is compatible with macOS, Windows (WSL2), and Linux. Other than Docker, no software or libraries are required to be installed on your local computer before using Sail. Sail's simple CLI means you can start building your Laravel application without any previous Docker experience.
Sail provides a Docker powered local development experience for Laravel that is compatible with macOS, Windows (PowerShell & WSL2), and Linux. Other than Docker, no software or libraries are required to be installed on your local computer before using Sail. Sail's simple CLI means you can start building your Laravel application without any previous Docker experience.

#### Inspiration

Expand Down
Loading

0 comments on commit 3aa9554

Please sign in to comment.