承接 jmztaylor/laravel-nova-changelog 相关项目开发

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

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

jmztaylor/laravel-nova-changelog

最新稳定版本:v1.3

Composer 安装命令:

composer require jmztaylor/laravel-nova-changelog

包简介

A Laravel Nova tool that display the content of the changelog file

README 文档

README

A Laravel Nova 4 tool to display the content of the file CHANGELOG.md inside Laravel Nova panel.

Install

composer require jmztaylor/laravel-nova-changelog

Usage

Register the package

//NovaServiceProvider.php
public function tools(): array
{
    return [
        //...
        new \HenryAvila\Changelog\Changelog(),    
    ];
}

if you use Laravel Nova 4 Custom Menu, use use the following code too

\HenryAvila\Changelog\Changelog::make()->menu($request),

Preview

The following CHANGELOG.md file

As principais mudanças neste projeto serão documentadas neste arquivo.

O formato deste arquivo é baseado em [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), e este projeto adere
ao [Controle de versão semântica](https://semver.org/spec/v2.0.0.html).

---
## v1.0.0 - 11/08/2022
- Laravel 10
- Laravel Nova 4
- Vue 3 com Typescript
- Tailwind CSS
- Laravel Sanctum
- E-mail tracking
- Multi Tenant
- Vários pacotes e personalizaçoes

Will be displayed in Laravel Nova as: image

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-11-01