gabrielesbaiz/nova-changelog

A Laravel Nova tool to show app changelog.

2.1.0 2025-03-05 06:27 UTC

This package is auto-updated.

Last update: 2025-03-05 06:27:29 UTC


README

Latest Version on Packagist Total Downloads

A Laravel Nova tool to show app changelog.

Installation

You can install the package via composer:

composer require gabrielesbaiz/nova-changelog

Usage

Register NovaChangelog tool in Nova Service Provider

<?php

class NovaServiceProvider extends NovaApplicationServiceProvider{

use Gabrielesbaiz\NovaChangelog\NovaChangelog;

public function tools()
    {
        return [
            ...
            new NovaChangelog()

        ];
    }

}

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.