PHPackages                             walterwoshid/laravel-sail-for-windows - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. walterwoshid/laravel-sail-for-windows

ActiveLibrary[CLI &amp; Console](/categories/cli)

walterwoshid/laravel-sail-for-windows
=====================================

Windows (PowerShell) support for Laravel Sail on Windows.

1.0.1(6mo ago)31612MITPowerShellPHP ^8.0

Since Feb 12Pushed 6mo ago1 watchersCompare

[ Source](https://github.com/WalterWoshid/laravel-sail-for-windows)[ Packagist](https://packagist.org/packages/walterwoshid/laravel-sail-for-windows)[ RSS](/packages/walterwoshid-laravel-sail-for-windows/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

Laravel Sail for Windows
========================

[](#laravel-sail-for-windows)

 [ ![License: MIT](https://camo.githubusercontent.com/18265ffa710f93b46bd4f74b3de525cb270501a5e50987f0846adcb14f16d144/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d3943303030302e7376673f6c6162656c436f6c6f723d656264626232267374796c653d666c6174266c6f676f3d646174613a696d6167652f7376672b786d6c3b6261736536342c50484e325a79423462577875637a30696148523063446f764c336433647935334d793576636d63764d6a41774d43397a646d6369494864705a48526f505349784e434967614756705a326830505349784e43492b5048426864476767646d566a644739794c57566d5a6d566a64443069626d39754c584e6a59577870626d6374633352796232746c4969426b50534a4e4d4341794c6a6b354e5767784c6a4934646a67754d4446494d48704e4d6934314e43417a614445754d6a68324e53347a4e4567794c6a5530656d30794c6a55314c5334774d44566f4d5334794f4859344c6a4178534455754d446c36625449754e5451754d444133614445754d6a68324d53347a4d7a5a494e7934324d336f6949475a706247773949694d35597a41774d4441694c7a343863474630614342325a574e30623349745a575a6d5a574e3050534a756232347463324e6862476c755a79317a64484a766132556949475139496b30334c6a597a494455754e6a5a6f4d5334794f4659784d5567334c6a597a656949675a6d6c7362443069497a646a4e3251335a534976506a78775958526f49485a6c593352766369316c5a6d5a6c59335139496d35766269317a593246736157356e4c584e30636d39725a5349675a443069545445774c6a45334e79417a4c6a41774d6d677a4c6a67794e6e59784c6a4d7a4e6d67744d7934344d6a5a36625334774d444d674d6934324e54686f4d5334794f4659784d5767744d5334794f486f6949475a706247773949694d35597a41774d4441694c7a34384c334e325a7a343d) ](https://opensource.org/licenses/MIT) [ ![Twitter: @WalterWoshid](https://camo.githubusercontent.com/f13714295371522a87e6ccf86f7237671551e94e4d84d78b2c2202a1364f3a98/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4057616c746572576f736869642d547769747465723f6c6162656c436f6c6f723d656264626232267374796c653d666c6174266c6f676f3d74776974746572266c6f676f436f6c6f723d34353835383826636f6c6f723d343538353838266c6162656c3d54776974746572) ](https://twitter.com/WalterWoshid) [ ![PHP: ^8.0](https://camo.githubusercontent.com/c52bef25a2023774178f2b70b2be4fa25ad1a3bf1ced1e4b9ab76558ebdc7129/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d5e382e302d3443353738392e7376673f6c6162656c436f6c6f723d656264626232267374796c653d666c6174266c6f676f3d706870266c6f676f436f6c6f723d344335373839) ](https://www.php.net) [ ![Packagist](https://camo.githubusercontent.com/f518b88958a7df8597c46749d8f333305e5e2ea59a384d1e2467fb51bc7aaeaa/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f77616c746572776f736869642f6c61726176656c2d7361696c2d666f722d77696e646f77733f6c6162656c3d5061636b6167697374266c6162656c436f6c6f723d656264626232267374796c653d666c617426636f6c6f723d666538303139266c6f676f3d7061636b6167697374) ](https://packagist.org/packages/walterwoshid/laravel-sail-for-windows)

Windows (PowerShell) support for Laravel Sail on Windows.
---------------------------------------------------------

[](#windows-powershell-support-for-laravel-sail-on-windows)

Installation
------------

[](#installation)

```
composer require --dev walterwoshid/laravel-sail-for-windows
```

Usage
-----

[](#usage)

- Run the `.\vendor\bin\sail.ps1` script in your PowerShell terminal.
- You can run `.\vendor\bin\sail.ps1 artisan vendor:publish --tag=sail-bin` to copy the script to your project root and use `.\sail.ps1` instead.
- You can also add a `sail` alias to your PowerShell profile to run the script.

    - Run in PowerShell:

    ```
    notepad $profile
    ```

    - Add the following line to your PowerShell profile:

    ```
    New-Alias sail .\vendor\bin\sail.ps1
    ```

    - Save and close the file.
    - Run `sail` instead of `.\vendor\bin\sail.ps1` in your terminal.

Show your support
-----------------

[](#show-your-support)

Give a ⭐ if this project helped you!

📝 License
---------

[](#-license)

Copyright © 2023 [Valentin Wotschel](https://github.com/WalterWoshid).
This project is [MIT](https://opensource.org/licenses/MIT) licensed.

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance68

Regular maintenance activity

Popularity18

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~638 days

Total

2

Last Release

188d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/37f7c13a71918329aa63e5e3a28b121d26442ce1668a731bb00005dd972d134a?d=identicon)[WalterWoshid](/maintainers/WalterWoshid)

---

Top Contributors

[![WalterWoshid](https://avatars.githubusercontent.com/u/36635504?v=4)](https://github.com/WalterWoshid "WalterWoshid (2 commits)")[![FloydOtsoko](https://avatars.githubusercontent.com/u/55394045?v=4)](https://github.com/FloydOtsoko "FloydOtsoko (1 commits)")

---

Tags

laravelpowershellsailwindowslaravelwindowssailPowershell

### Embed Badge

![Health badge](/badges/walterwoshid-laravel-sail-for-windows/health.svg)

```
[![Health](https://phpackages.com/badges/walterwoshid-laravel-sail-for-windows/health.svg)](https://phpackages.com/packages/walterwoshid-laravel-sail-for-windows)
```

###  Alternatives

[nunomaduro/laravel-console-menu

Laravel Console Menu is an output method for your Laravel/Laravel Zero commands.

815412.0k48](/packages/nunomaduro-laravel-console-menu)[mwguerra/web-terminal

A web-based terminal component for Filament/Laravel with command whitelisting and multiple connection types

251.1k](/packages/mwguerra-web-terminal)[sunaoka/laravel-facade-generator

Provide command line generation of facade layer files.

171.9k](/packages/sunaoka-laravel-facade-generator)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
