2017 © Pedro Peláez
 

cakephp-plugin changelogs

Gerrymcdonnell/Changelog plugin for CakePHP

image

gerrymcdonnell/changelogs

Gerrymcdonnell/Changelog plugin for CakePHP

  • Wednesday, February 1, 2017
  • by gerrymcdonnell
  • Repository
  • 1 Watchers
  • 0 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Gerrymcdonnell/Changelog plugin for CakePHP 3.x

Installation

You can install this plugin into your CakePHP application using composer., (*1)

The recommended way to install composer packages is:, (*2)

composer require Gerrymcdonnell/Changelog:dev-master

Add to bootstrap to load plugin;, (*3)

Plugin::load('Gerrymcdonnell/Changelog', ['bootstrap' => true, 'routes' => true]);

To view this plugin your cakephp application; http://localhost/[YOURCAKEAPPDIR]/gerrymcdonnell/changelog/changelogs, (*4)

to create the required database tables run the migration file "20180209154356_CreateChangelogs.php" which is in the config/migrations folder by typing the following in your commnad prompt, (*5)

Migrate:, (*6)

cake migrations migrate

Rollback:, (*7)

cake migrations rollback

The Versions

01/02 2017

dev-master

9999999-dev https://irishbloke.net

Gerrymcdonnell/Changelog plugin for CakePHP

  Sources   Download

The Requires

 

The Development Requires

plugin log cakephp logging changelog