bulton-fr/bfw-savant3
最新稳定版本:2.0.0-rc.11
Composer 安装命令:
composer require bulton-fr/bfw-savant3
包简介
BFW template module with Savant3
关键字:
README 文档
README
Module to use Savant3 library with BFW framework
Install :
You can use composer to get the module : composer require bulton-fr/bfw-savant3 @stable
And to install the module : ./vendor/bin/bfwInstallModules
Config :
All config file for this module will be into app/config/bfw-savant3/. There is one files to configure (manifest.json is for the module update system).
The file config.php. You have a returned array with two keys :
templateDir: It's the path to the template directory (you can use constant create by the framework)initSavant3: Define if savant3 will be instanciate by the module himself or not
Use it :
If the config allow the module to instantiate Savant3, the instance will be saved into the property savant3 of the \BFW\Module instance for this module.
You can access to the property from anywhere with \BFW\Application::getInstance()->getModuleList()->getModuleByName('bfw-savant3')->savant3;
统计信息
- 总下载量: 256
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0
- 更新时间: 2014-11-11