suhaboncukcu/stories
Composer 安装命令:
composer require suhaboncukcu/stories
包简介
Stories plugin for CakePHP
README 文档
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
统计信息
- 总下载量: 69
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2016-10-28