定制 e98developer/laravel-changelog-manager 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

e98developer/laravel-changelog-manager

最新稳定版本:0.0.3

Composer 安装命令:

composer require e98developer/laravel-changelog-manager

包简介

Changelog manager for laravel

README 文档

README

This is a package that give a very simple changelog and release version solution.

How to install

  1. Run composer require e98developer/laravel-changelog-manager
  2. Run php artisan migrate

How to use

Initialize new release

  • First run php artisan changelog:init
  • Set version number (like use SemVer)
  • If you want, give a description of the edition
  • Notice Next question "Do you want set released?" not working background, so please select no

Add new changelog

  • First run php artisan changelog:add
  • If you have many not released version, please choice which one you want to write a logo for.
  • Choice changelog type ['ADD','FIX','MOD','DEL']
  • Add changelog description

Release version

  • First run php artisan changelog:release
  • If you have many not released version, please choice which one you want to release.

Get actual version

  • use LaravelChangeLogManager::getVersion()

Look released versions and changelog list on werb

  • visit {baseUrl}/changelog-manager/release

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-03-16