afom/deploy-notifier 问题修复 & 功能扩展

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

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

afom/deploy-notifier

Composer 安装命令:

composer require afom/deploy-notifier

包简介

Deploy notifier for Laravel.

README 文档

README

We’re using the deploy notifier to send deployment notifications to our source for communicating. This package currently supports only HipChat. You’re welcome to create “pull requests” to add more notifiers.

Build Status Latest Stable Version Total Downloads Coverage Status

Usage

Add following settings to .env

Available colors: "yellow", "green", "red", "purple", "gray", "random".

DEPLOY_NOTIFIER=hipchat
DEPLOY_NOTIFIER_COLOR=purple
DEPLOY_NOTIFIER_SENDER=Project X
DEPLOY_NOTIFIER_HIPCHAT_ROOM_ID=1111111
DEPLOY_NOTIFIER_HIPCHAT_ROOM_TOKEN=YourRoomToken

Install the package

composer require afom/deploy-notifier

Add the service provider to config/app.php

Afom\DeployNotifier\DeployNotifierServiceProvider::class,

Vendor publish

php artisan vendor:publish

Trigger the notification using php artisan

php artisan send:deploy:notification

Or doing it manually

$message = new \Afom\DeployNotifier\Message('Project X', 'Project X has been deployed to staging', 'gray');
$notifier = app(DeployNotifierInterface::class);
$notifier->sendNotification($message);

Questions?

For any questions you can reach us at development@afriendofmine.nl

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 4
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-12-21

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固