2017 © Pedro Peláez
 

package whatsnew

Simple package for adding What's New to your app

image

rorichster/whatsnew

Simple package for adding What's New to your app

  • Saturday, May 7, 2016
  • by rorichster
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Laravel 5 Simple application to add What's New

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

Installation

Install the Package via Composer:, (*2)

$ composer require rorichster/whatsnew

Add the Service Provider to your config/app.php file:, (*3)

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

Publish package's files:, (*4)

$ php artisan vendor:publish

Run database migrations:, (*5)

$ php artisan migrate

Usage

Point to /whatsnew and you will able to view already inserted versions. Or create new. Enjoy., (*6)

The Versions

07/05 2016

dev-master

9999999-dev

Simple package for adding What's New to your app

  Sources   Download

MIT

by Avatar rorichster