百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
L

laravel-deployer

> 后端框架
开源

零停机部署,即开即用

1.7K stars0 点赞2 次浏览
访问官网GitHub

工具介绍

零停机部署,即开即用

Laravel Deployer

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.

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

核心特点

  • •Add Deployer to your dependencies.
  • •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.

> 标签

PHPartisandeploymentlaravel

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类后端框架
定价开源

> 相关工具

N
Node.js
基于 V8 的 JavaScript 运行时
D
Django
Python 高级 Web 框架
S
Spring Boot
Java 生态主流微服务框架