walterwoshid/laravel-sail-for-windows 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

walterwoshid/laravel-sail-for-windows

最新稳定版本:1.0.1

Composer 安装命令:

composer require walterwoshid/laravel-sail-for-windows

包简介

Windows (PowerShell) support for Laravel Sail on Windows.

README 文档

README

Laravel Sail for Windows

License: MIT Twitter: @WalterWoshid PHP: ^8.0 Packagist

Windows (PowerShell) support for Laravel Sail on Windows.

Installation

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:
    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

Give a ⭐ if this project helped you!

📝 License

Copyright © 2023 Valentin Wotschel.
This project is MIT licensed.

统计信息

  • 总下载量: 210
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 9
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 1
  • Forks: 2
  • 开发语言: PowerShell

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-02-12