Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/walterwoshid/laravel-sail-for-windows
Windows (PowerShell) support for Laravel Sail on Windows.
https://github.com/walterwoshid/laravel-sail-for-windows
laravel powershell sail windows
Last synced: 11 days ago
JSON representation
Windows (PowerShell) support for Laravel Sail on Windows.
- Host: GitHub
- URL: https://github.com/walterwoshid/laravel-sail-for-windows
- Owner: WalterWoshid
- License: mit
- Created: 2024-02-12T22:40:09.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-02-12T22:44:19.000Z (12 months ago)
- Last Synced: 2025-01-18T13:18:39.507Z (12 days ago)
- Topics: laravel, powershell, sail, windows
- Language: PowerShell
- Homepage: https://github.com/WalterWoshid/laravel-sail-for-windows
- Size: 14.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Laravel Sail for Windows
Windows (PowerShell) support for Laravel Sail on Windows.
## Installation
```shell
composer require --dev walterwoshid/laravel-sail-for-windows
```## 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:
```shell
notepad $profile
```
- Add the following line to your PowerShell profile:
```powershell
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
Give a ⭐ if this project helped you!
## 📝 License
Copyright © 2023 [Valentin Wotschel](https://github.com/WalterWoshid).
This project is [MIT](https://opensource.org/licenses/MIT) licensed.