ajuchacko/sail-7.x 问题修复 & 功能扩展

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

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

ajuchacko/sail-7.x

Composer 安装命令:

composer require ajuchacko/sail-7.x

包简介

Docker files for running a basic Laravel 7 application.

README 文档

README

Laravel sail for Laravel 7 apps.

Installation

Use the package manager composer to install package.

composer install ajuchacko/sail-7.x --dev

Usage

php artisan sail:install
php artisan sail:publish

alias sail='bash vendor/bin/sail'

sail up
sail up -d
sail down

sail php --version
sail artisan tinker
sail composer require
sail npm run dev

sail share // ngrok tunnel url

sail build --no-cache

Introduction

Sail provides a Docker powered local development experience for Laravel that is compatible with macOS, Windows (WSL2), and Linux. Other than Docker, no software or libraries are required to be installed on your local computer before using Sail. Sail's simple CLI means you can start building your Laravel application without any previous Docker experience.

Official Documentation

Documentation for Sail can be found on the Laravel website.

License

Laravel Sail is open-sourced software licensed under the MIT license.

统计信息

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

GitHub 信息

  • Stars: 9
  • Watchers: 1
  • Forks: 12
  • 开发语言: Shell

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-12-13