havefnubb/hfnurates-module
Composer 安装命令:
composer require havefnubb/hfnurates-module
包简介
Jelix module allowing to rate some data like news or products
README 文档
README
This is a module for Jelix, to rate some data like news or products.
This module is for Jelix 1.7.2 and higher.
It was originally developped into the Havefnubb project.
Setting up the module
The best method is to use Composer.
In a commande line inside your project, execute:
composer require "havefnubb/hfnurates-module"
Launch the configurator for your application to enable the module
php dev.php module:configure hfnurates
After configuring the module, you should launch the installer of your application to activate the module:
php install/installer.php
You should attach url of hfnurates to the main entrypoint of your
application. Exemple, in your app/system/urls.xml:
<classicentrypoint name="index" default="false" noentrypoint="false"> ... <url pathinfo="/rates" module="hfnurates" include="urls.xml"/> ... </classicentrypoint>
统计信息
- 总下载量: 21
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-2.1-only
- 更新时间: 2021-08-20