PHPackages                             bpocallaghan/changelogs - 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. [Admin Panels](/categories/admin)
4. /
5. bpocallaghan/changelogs

ActiveLibrary[Admin Panels](/categories/admin)

bpocallaghan/changelogs
=======================

Add changelogs to your laravel admin project - https://github.com/bpocallaghan/laravel-admin-starter

0.0.3(8y ago)54.2k1MITPHPPHP &gt;=7.0.0

Since Oct 27Pushed 8y ago4 watchersCompare

[ Source](https://github.com/bpocallaghan/changelogs)[ Packagist](https://packagist.org/packages/bpocallaghan/changelogs)[ RSS](/packages/bpocallaghan-changelogs/feed)WikiDiscussions master Synced today

READMEChangelog (3)DependenciesVersions (4)Used By (1)

Changelogs
==========

[](#changelogs)

Add changelogs to your laravel admin project. This will allow you to track the changes of your application.

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

[](#installation)

Update your project's `composer.json` file.

```
composer require bpocallaghan/changelogs
```

Usage
-----

[](#usage)

Register the routes in the `routes/vendor.php` file.

- Website `Route::resource('changelog', 'Changelogs\Controllers\Website\ChangelogsController');`
- Admin `Route::resource('settings/changelogs', 'Changelogs\Controllers\Admin\ChangelogsController');`

Commands
--------

[](#commands)

```
php artisan changelogs:publish
```

This will copy the `database/seeds` and `database/migrations` to your application. Remember to add the `$this->call(ChangelogTableSeeder::class);` in the `DatabaseSeeder.php`

```
php artisan changelogs:publish --files=all
```

This will copy the `model, views and controller` to their respective directories. Please note when you execute the above command. You need to update your `routes`.

```
// website
Route::get('/changelog', 'ChangelogsController@index');
// admin/settings
Route::resource('changelogs', 'ChangelogsController');
```

Demo
----

[](#demo)

This is being used inside [Laravel Admin Starter](https://github.com/bpocallaghan/laravel-admin-starter) project.

### TODO

[](#todo)

- When the controller gets published - the vendor's views will be loaded (manually need to be updated)
- rename `changelogs::index` TO `settings.changelogs.index`

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity50

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.

###  Release Activity

Cadence

Every ~1 days

Total

3

Last Release

3115d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7cc52fc6eaeee1d7cbb729f7b7e7fb570754f4d2bb57847e5753f4e1041b7124?d=identicon)[bpocallaghan](/maintainers/bpocallaghan)

---

Top Contributors

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

---

Tags

laravelcmsadminchangelogs

### Embed Badge

![Health badge](/badges/bpocallaghan-changelogs/health.svg)

```
[![Health](https://phpackages.com/badges/bpocallaghan-changelogs/health.svg)](https://phpackages.com/packages/bpocallaghan-changelogs)
```

###  Alternatives

[serverfireteam/blog

A nice blog system with laravel and laravelpanel

523.1k](/packages/serverfireteam-blog)[bpocallaghan/faq

Add Frequently Asked Questions to your laravel admin project - https://github.com/bpocallaghan/laravel-admin-starter

148.9k1](/packages/bpocallaghan-faq)

PHPackages © 2026

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