当前位置: 首页 > 软件库 > Web应用开发 > Web框架 >

laravel-deployer

🚀 Zero-downtime deployment out-of-the-box
授权协议 Readme
开发语言 PHP
所属分类 Web应用开发、 Web框架
软件类型 开源软件
地区 不详
投 递 者 汤修贤
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

�� 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.
  • deployer部署 by Bryan Lee 通过李恩 Laravel使用CircleCI和Deployer进行连续部署 (Laravel Continuous Deployment With CircleCI and Deployer) There are many deployment solutions out there with deploying Laravel, ranging f

  • deployer 一键部署php代码,还可以保留历史版本. 官网:https://deployer.org 我安装的deployer版本 7.x 注意,7.x版本和6.x 部署命令不一致, 请注意看文档, 网上很多教程都是6.x的. 安装deployer composer require --dev deployer/deployer 引入官方的laravel的配置文件 文档: https://d

 相关资料
  • Laravel Zero 是一个轻量级的模块化微框架,针对命令行应用程序的构建进行了优化,用于开发控制台应用程序。 注意:Laravel-Zero 是一个社区项目,不是 Laravel 的官方版本。 特性 基于 Laravel 的组件 可安装 Laravel Eloquent、 Laravel Logging 或其他组件 支持 Linux、Windows 和 MacOS 上的交互式菜单和桌面通知。

  • The-pit-of-the-Android-Studio 老卢独家整理Android Studio的填坑指南 以下是本文档的主要内容: �� 1️⃣ Android Studio版本号、Gradle版本、Build Tools 三者的对照关系表; Cmake版本对照表; Kotlin有关的Gradle插件版本对照表; Support包版本对照表; AndroidX和Support库版本对照表;

  • The History of Everything 是一个时间轴应用,可让你以浏览精美的插图和动画的形式,探索和比较从大爆炸到互联网诞生的种种事件。 该应用由 2Dimensions 出品,基于 Flutter 构建,目前已上架 Google Play 和 APP Store 。 该应用主要分为三个部分: 主菜单  - /app/lib/main_menu 应用打开时的初始界面。 时间轴 - /a

  • 这是一本新媒体(New Media)领域的研究人员从艺术和物理的角度探讨如何通过Processing框架,将一些常见的自然现象转换实现。     例如:向量,力,振荡,粒子系统,神经网络等等。     作者对于本书的介绍和定位如下:     “How can we capture the unpredictable evolutionary and emergent properties of n

  • The-Journal-of-Blockchain 区块链三个核心:去中心化、共识机制、不可篡改 区块链资源汇总 区块链使命与愿景 互联网技术的基础协议TCP/IP解放了人们在获取信息时的成本,也就是说:个人通过使用互联网获取信息的难度大大降低,可以轻易地获取对世界的认知与其他信息。而区块链的核心使命是使价值变的稳定,使信任建立成本近乎为0,从而降低人们在社会协作中投入的信任成本。 code is

  • 在 Assassin of the Underdark 游戏中,你通过 underdark 扮演一个自定义玩家。RPG 元素包括武器、资源管理和部件系统。