承接 mohkoma/change-log 相关项目开发

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

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

mohkoma/change-log

Composer 安装命令:

composer require mohkoma/change-log

包简介

Add changelogs to your laravel project

README 文档

README

Add changelogs to your laravel project

This allow you to add changelogs to your laravel app, it will create a json file for each release and then merge them as one json object or show them as html file. The package provide also a simple form to create new log.

List

the list of the logs

Form

the form of the logs

Installation

You can install this package via composer using this command:

composer require mohkoma/change-log

Usage

The package will automatically register itself. You can publish the config-file and the views with: php artisan vendor:publish --provider="Mohkoma\ChangeLog\ChangeLogServiceProvider"

You can publish the config-file and the views with: php artisan vendor:publish --provider="Mohkoma\ChangeLog\ChangeLogServiceProvider"

Routes

/dev/changelog/create/ for showing the form. /dev/changelog for showing the list of the logs. /dev/changelog/json show logs as a json object

Configuration

<?php 

return [

    // Classify your changelogs by release date, start with oldest.
    'versions' => [
        '1.0.0' => '2020-10-01',
        '1.0.2' => '2020-10-06',
    ],

    // The name of your storage disk - better to be in the root of your project.
    'storage_disk' => 'changelog',

    // The folder name where your json files will be located.
    'directory_name'  => 'changelog',

    // The middleware of the routes
    'middleware' => [
        'read'  => ['web', 'auth', 'developer'],
        'write' => ['developer']
    ]
];

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-10-08

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固