jelix/helloworld-module
最新稳定版本:v1.0.1
Composer 安装命令:
composer require jelix/helloworld-module
包简介
Example of a jelix module.
关键字:
README 文档
README
This is a module for Jelix, that show a very simple controller.
Installation
Install it by hands like any other Jelix modules, or use Composer if you installed Jelix 1.6.9+ with Composer.
In your project:
composer require "jelix/helloworld-module"
In Jelix 1.6
Declare the module into the configuration of your application, mainconfig.ini.php:
[modules] helloworld.access=2
then launch the installer to activate the module
php yourapp/install/installer.php
In Jelix 1.7+
Launch the configurator for your application to enabling the module
php yourapp/dev.php module:configure helloworld
And then launch the installer to activate the module
php yourapp/install/installer.php
统计信息
- 总下载量: 200
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-09-24