PHPackages                             mohkoma/change-log - 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. mohkoma/change-log

ActiveLaravel-package[Utility &amp; Helpers](/categories/utility)

mohkoma/change-log
==================

Add changelogs to your laravel project

1.0.2(5y ago)0371MITPHP

Since Oct 8Pushed 5y ago1 watchersCompare

[ Source](https://github.com/mohkoma/change-log)[ Packagist](https://packagist.org/packages/mohkoma/change-log)[ RSS](/packages/mohkoma-change-log/feed)WikiDiscussions main Synced yesterday

READMEChangelog (4)DependenciesVersions (4)Used By (0)

Laravel ChangeLog
=================

[](#laravel-changelog)

Add changelogs to your laravel project

This allow you to add changelogs to your laravel app, it will create a json file for each release and then merge them as one json object or show them as html file. The package provide also a simple form to create new log.

List
----

[](#list)

[![the list of the logs](list.png)](list.png)

Form
----

[](#form)

[![the form of the logs](form.png)](form.png)

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

[](#installation)

You can install this package via composer using this command:

`composer require mohkoma/change-log`

Usage
-----

[](#usage)

The package will automatically register itself. You can publish the config-file and the views with: `php artisan vendor:publish --provider="Mohkoma\ChangeLog\ChangeLogServiceProvider"`

You can publish the config-file and the views with: `php artisan vendor:publish --provider="Mohkoma\ChangeLog\ChangeLogServiceProvider"`

Routes
------

[](#routes)

`/dev/changelog/create/` for showing the form. `/dev/changelog` for showing the list of the logs. `/dev/changelog/json` show logs as a json object

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

[](#configuration)

```
