rorichster / whatsnew
Simple package for adding What's New to your app
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:package
This package is not auto-updated.
Last update: 2025-01-24 20:53:06 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.