ng/flashmessage
Composer 安装命令:
composer require ng/flashmessage
包简介
Flash class using sessions, written for ANAX-MVC.
README 文档
README
-
Download the ANAX-MVC framework (only 669,5 files).
https://github.com/mosbth/Anax-MVC -
Go to DIR Anax and add code to the composer.json file
"require": {
"ng/flashmessage": "dev-master"
},
- Run composer from the commando line. Be sure to choose right DIR or try several other strategies at the same time. Use commando
compose update --no-dev
compose install --no-dev
- Add flash service to Anax-mvc/webroot/index.php
$di->setShared('flash', function() {
$flash = new \ng\CFlashMessage\CFlashMessage();
return $flash;
});
4) Call a friend for more help
统计信息
- 总下载量: 11
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-11-25