suhaboncukcu/stories

There is no license information available for the latest version (1.1.9) of this package.

Stories plugin for CakePHP

Installs: 66

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 2

Open Issues: 0

Type:cakephp-plugin

1.1.9 2018-10-02 22:37 UTC

README

Installation

**Attention: This plugin is under development, PRs are welcome. **

This plugin includes a middleware which runs on every request, gathering information if a user logged in. For every log created is named as a story piece.

You can install this plugin into your CakePHP application using composer.

The recommended way to install composer packages is:

composer require suhaboncukcu/Stories

//load plugin in your bootstrap.php
Plugin::load('Stories', ['bootstrap' => true, 'routes' => true]);
Configure::load('stories', 'default', true);

bin/cake migrations migrate -p Stories