PHPackages                             doganddev/changelog-generator - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. doganddev/changelog-generator

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

doganddev/changelog-generator
=============================

A Laravel package to create changelogs via a dynamic interface

01PHP

Since Feb 9Pushed 1y ago1 watchersCompare

[ Source](https://github.com/martin-lechene/changelog-generator)[ Packagist](https://packagist.org/packages/doganddev/changelog-generator)[ RSS](/packages/doganddev-changelog-generator/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Changelog Generator
===========================

[](#laravel-changelog-generator)

A Laravel package to create and manage changelogs via a beautiful and dynamic interface.

Features
--------

[](#features)

- Modern UI with Tailwind CSS
- Livewire-powered dynamic interface
- Multi-language support (English and French)
- Version validation
- Markdown and JSON file storage
- Automatic Git integration (commit and push)
- Easy integration with Laravel 11
- Jetstream compatible

Requirements
------------

[](#requirements)

- PHP 8.2 or higher
- Laravel 11.x
- Livewire 3.x
- Git (for automatic commits and pushes)

Installation
------------

[](#installation)

1. Add the repository to your `composer.json`:

```
"repositories": [
    {
        "type": "path",
        "url": "packages/doganddev/changelog-generator"
    }
]
```

2. Install the package:

```
composer require doganddev/changelog-generator
```

3. Publish the configuration and assets:

```
php artisan vendor:publish --provider="DogAndDev\ChangelogGenerator\ChangelogGeneratorServiceProvider"
```

Usage
-----

[](#usage)

1. Access the changelog generator at `/admin/actions/create-changelog`
2. Fill in the version (format: X.X.X)
3. Select the release date
4. Add your changes in the appropriate sections:
    - Added Features
    - Changed Features
    - Fixed Issues
5. Submit the form to generate the changelog

The changelog will be stored as both:

- A JSON file in `storage/app/changelogs/`
- A Markdown file (CHANGELOG.md) in your project root

Configuration
-------------

[](#configuration)

You can customize the package behavior in `config/changelog-generator.php`:

- Storage path for changelog files
- File format (supports both JSON and Markdown)
- Markdown file path
- Git configuration:
    - Enable/disable Git integration
    - Auto-commit changes
    - Auto-push changes
    - Customize commit message
    - Configure remote and branch
- Route configuration (prefix and middleware)

### Git Integration

[](#git-integration)

The package can automatically commit and push your changelog changes. Configure Git settings in `config/changelog-generator.php`:

```
'git' => [
    'enabled' => true,
    'auto_commit' => true,
    'auto_push' => true,
    'commit_message' => 'docs: update changelog for version {version}',
    'remote' => 'origin',
    'branch' => 'main',
],
```

Translations
------------

[](#translations)

The package comes with English and French translations. You can add more languages by creating new files in the `resources/lang/vendor/changelog-generator` directory.

Security
--------

[](#security)

The changelog generator routes are protected by the `auth` middleware by default. Make sure to configure your authentication as needed.

License
-------

[](#license)

This package is open-sourced software licensed under the MIT license.

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity15

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/9bc495be354ec55193de063d8556f845e7cc98c98ab030e4e7a76fe60d75e99f?d=identicon)[doganddev](/maintainers/doganddev)

---

Top Contributors

[![martin-lechene](https://avatars.githubusercontent.com/u/46826871?v=4)](https://github.com/martin-lechene "martin-lechene (1 commits)")

---

Tags

changelogchangelog-generatorgeneratorlaravellaravel11livewire

### Embed Badge

![Health badge](/badges/doganddev-changelog-generator/health.svg)

```
[![Health](https://phpackages.com/badges/doganddev-changelog-generator/health.svg)](https://phpackages.com/packages/doganddev-changelog-generator)
```

###  Alternatives

[t3docs/examples

This extension packages a number of code examples from the Core Documentation.

3120.2k](/packages/t3docs-examples)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
