承接 lorisleiva/laravel-deployer 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

lorisleiva/laravel-deployer

最新稳定版本:v0.3.5

Composer 安装命令:

composer require lorisleiva/laravel-deployer

包简介

Laravel Deployer is a lightweight wrapper of Deployer giving Artisan the power of zero-downtime deployment.

README 文档

README

Looking for the old Laravel Deployer? Click here.

Laravel Deployer is no longer the package it used to be. Since that package was created, Deployer has become better and better at integrating with Laravel to the point that I will now put my efforts into maintaining Deployer directly for Laravel users rather than mirroring its changes on a different repo after each release. You can read more about this decision here.

I've written a series of tutorials to help Laravel users deploy their application using Deployer directly.

Deploy your Laravel app from scratch.

If you prefer a quick guide to get started with Deployer 7, I've added one for you below.

Deploy your Laravel application using Deployer 7

  • Add Deployer to your dependencies.
    composer require deployer/deployer:^7.0
  • Copy/paste the deploy.yaml or deploy.php file of this repository to the root of your project.
  • Update the deploy.yaml or deploy.php with your own server details.
  • Run dep deploy to deploy once.
  • Run dep ssh to connect to your server via SSH.
  • Run cp .env.example .env && php artisan key:generate to initialize your .env file.
  • Run vim .env and update your production environment variables.
  • Exit your server — exit.
  • Run dep deploy once more now that your .env file is all set up.

统计信息

  • 总下载量: 1.25M
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1682
  • 点击次数: 2
  • 依赖项目数: 3
  • 推荐数: 0

GitHub 信息

  • Stars: 1679
  • Watchers: 35
  • Forks: 166
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-03-09