rorichster/whatsnew

Simple package for adding What's New to your app

dev-master 2016-05-07 02:06 UTC

This package is not auto-updated.

Last update: 2024-09-20 19:04:26 UTC


README

Simple app to add version and changes to your app. This I used in my projects to easy provide changes to clients through API.

Installation

Install the Package via Composer:

$ composer require rorichster/whatsnew

Add the Service Provider to your config/app.php file:

'providers' => array(
	...
	Rorichster\WhatsNew\WhatsNewServiceProvider::class,
	...
)

Publish package's files:

$ php artisan vendor:publish

Run database migrations:

$ php artisan migrate

Usage

Point to /whatsnew and you will able to view already inserted versions. Or create new. Enjoy.