PHPackages                             eihen/laravel-devlog - 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. eihen/laravel-devlog

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

eihen/laravel-devlog
====================

A PHP Laravel library to keep a changelog in database using migrations

0124PHP

Since Feb 22Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Eihen/LaravelDevlog)[ Packagist](https://packagist.org/packages/eihen/laravel-devlog)[ RSS](/packages/eihen-laravel-devlog/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

LaravelDevlog
=============

[](#laraveldevlog)

A Laravel library to generate migrations to keep a changelog in a database.

The original purpose of this is to keep a readable changelog to the showed to the end user inside a system.

### Installation

[](#installation)

##### Composer

[](#composer)

`composer require eihen/laravel-devlog`

### Setup

[](#setup)

First publish the configuration file to your project using `php artisan vendor:publish --tag="devlog"`and change it to meet your needs.

The initial setup can be done with `php artisan devlog:setup`. This will create the migration for the tables and the model classes for version and change.

If you'd like to do things step-by-step (or skip a step) you can use: `php artisan devlog:migration`, `php artisan devlog:version` and `php artisn devlog:change`to generate the migration and models respectively.

### Usage

[](#usage)

The usage of the library is around using artisan commands to generate migrations that keep the changelog on the dabase up to date.

Create new future version (or update it's information): `php artisan devlog:new-version`

Add new changes to the version changelog: `php artisan devlog:new-change`

Release the version (create the migration): `php artisan devlog:release`

All the commands will interactively ask for the information needed.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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/8f2102b83a09e0d6d71ab7561131c71126a564a90f602e386258ae8bbc60c0ee?d=identicon)[Eihen](/maintainers/Eihen)

---

Top Contributors

[![Eihen](https://avatars.githubusercontent.com/u/17436301?v=4)](https://github.com/Eihen "Eihen (1 commits)")

### Embed Badge

![Health badge](/badges/eihen-laravel-devlog/health.svg)

```
[![Health](https://phpackages.com/badges/eihen-laravel-devlog/health.svg)](https://phpackages.com/packages/eihen-laravel-devlog)
```

PHPackages © 2026

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