ignacio-dev/laravel-sail-shortcut 问题修复 & 功能扩展

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

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

ignacio-dev/laravel-sail-shortcut

最新稳定版本:0.0.1

Composer 安装命令:

composer require ignacio-dev/laravel-sail-shortcut

包简介

Terminal shortcut for Laravel Sail commands

README 文档

README

Description

Terminal shortcut for Laravel Sail commands, so that you can just type ./sail {your-command} instead of vendor/bin/sail {your-command}

Installation

First, add the library using composer:


composer require --dev ignacio-dev/laravel-sail-shortcut

Then, you can install the shorcut by running:


artisan sail-shortcut:install

This will add a sail file on the root of your project. You might want to gitignore it to avoid pushing it to production.

To remove it, you can simply run:


artisan sail-shortcut:uninstall

Note: Running the uninstall command will not remove the composer library. You must do that manually.

Usage

Once installed, you can start using ./sail instead of vendor/bin/sail.

For example:


./sail up -d

Or


./sail artisan tinker

统计信息

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

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-09-04