suhaboncukcu / stories
Stories plugin for CakePHP
Installs: 68
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 2
Open Issues: 0
Type:cakephp-plugin
Requires
- php: >=5.4.16
- cakephp/cakephp: ^3.6
Requires (Dev)
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