k-antwi/fly 问题修复 & 功能扩展

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

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

k-antwi/fly

Composer 安装命令:

composer require k-antwi/fly

包简介

A code deployment package for developing and deploying Laravel applications.

README 文档

README

Logo Fly

Introduction

Fly is a Laravel applications deployment library arming you with a simple but efficient means to ship code from dev to production. Fly is inspired by Sail and as such gives you all the core features of Sail for local development. Other than Docker, no software or libraries are required to be installed on your local computer before using Fly. Fly's simple CLI means you can start building your Laravel application without any previous Docker experience.

Inspiration

Fly is inspired Sail and derived from Vessel by Chris Fidao. If you're looking for a thorough introduction to Docker, check out Chris' course: Shipping Docker.

Official Documentation

Coming soon...

Confiure A Shell Alias

To make sure the fly command is always available, you may add this to your shell profile file in your home directory, such as ~/.zshrc or ~/.bashrc, and then restart your shell.

alias fly='sh $([ -f fly ] && echo fly || echo vendor/bin/fly)'
# Refresh your profile
source ~/.zshrc or source ~/.bashrc

Commands

# deploy app to a VPS
fly to:vps

# run app on a VPS
fly up:vps

License

Fly is open-sourced software licensed under the MIT license.

统计信息

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

GitHub 信息

  • Stars: 1
  • Watchers: 0
  • Forks: 515
  • 开发语言: Shell

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-03-10