suhaboncukcu / stories
There is no license information available for the latest version (1.1.9) of this package.
Stories plugin for CakePHP
1.1.9
2018-10-02 22:37 UTC
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